#include <mootCIO.h>
Inheritance diagram for mootio::mcstream:
|
Default constructor |
|
Destructor |
|
Just resets internal FILE* to NULL, does nothing else Reimplemented from mootio::mstream. Reimplemented in mootio::mfstream. |
|
Test for eof Reimplemented from mootio::mstream. |
|
Get current error message Reimplemented from mootio::mstream. |
|
Flush all pending writes. Reimplemented from mootio::mostream. |
|
Read a single byte of data. Returns EOF on eof. Reimplemented from mootio::mistream. |
|
Write a single byte to the stream Reimplemented from mootio::mostream. |
|
Write a C++ string to the stream Reimplemented from mootio::mostream. |
|
Write a C string to the stream Reimplemented from mootio::mostream. |
|
Read up to @n bytes of data into @buf, returns number of bytes actually read. Reimplemented from mootio::mistream. |
|
Does nothing Reimplemented from mootio::mstream. Reimplemented in mootio::mfstream. |
|
Test stream integrity Reimplemented from mootio::mstream. |
|
printf() to the stream, va_list version (the real thing) Reimplemented from mootio::mostream. |
|
Write @n bytes from @buf to the stream Reimplemented from mootio::mostream. |
|
|