#include <mootIO.h>
Inheritance diagram for mootio::mistream:
|
Default constructor |
|
Destructor |
|
Read a single byte of data. Returns EOF on eof. Reimplemented in mootio::micbuffer, mootio::mcstream, and mootio::micxxstream. |
|
Read a single line of data into , using delimiters from . Returns the number of bytes read, or EOF on eof The default implementation is quite inefficient. Implicitly clears . |
|
Read up to Reimplemented in mootio::micbuffer, mootio::mcstream, and mootio::micxxstream. |