44 bool read(
void* buffer,
int numBytes,
int& bytesRead );
55 bool write(
const void* buffer,
int maxBytes,
int& bytesWritten );
This concrete class implements a NULL InputOutput stream - that all of its input operations return 'E...
Definition Null.h:30
bool write(const void *buffer, int maxBytes, int &bytesWritten)
See Cpl::Io::Output.
bool read(void *buffer, int numBytes, int &bytesRead)
See Cpl::Io::Input.
bool available()
See Cpl::Io::Input.
void flush()
See Cpl::Io::Output.
bool m_opened
Track my opened/closed state.
Definition Null.h:69
bool isEos()
See Cpl::Io::IsEos.
void close()
See Cpl::Io::Close. Note: Once closed() has been called, all of the write() method will return false.
virtual bool write(char c)
Writes a single byte to the stream.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20