#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 @s, using delimiters from @delim. Returns the number of bytes read, or EOF on eof The default implementation is quite inefficient. Implicitly clears @s. |
|
Read up to @n bytes of data into @buf, returns number of bytes actually read. Reimplemented in mootio::micbuffer, mootio::mcstream, and mootio::micxxstream. |