countstream Class Reference
[MCCore]
List of all members.
Detailed Description
Counts how many characters would be written in a stream. putback() and read() are not implemented
Constructor & Destructor Documentation
countstream::countstream |
( |
|
) |
|
countstream::~countstream |
( |
|
) |
|
Member Function Documentation
int32 countstream::count |
( |
|
) |
|
virtual void countstream::putback |
( |
int8 |
c |
) |
[virtual] |
can only be used on (some) input streams
Implements TMCiostream.
virtual void countstream::read |
( |
int8 * |
s, |
|
|
int32 |
n | |
|
) |
| | [virtual] |
virtual void countstream::seek |
( |
int32 |
off, |
|
|
seek_dir |
dir = beg | |
|
) |
| | [virtual] |
virtual int32 countstream::tell |
( |
|
) |
[virtual] |
virtual void countstream::write |
( |
const int8 * |
s, |
|
|
int32 |
n | |
|
) |
| | [virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: