1#ifndef Cpl_Io_StdIo_InputOutput_x_h_
2#define Cpl_Io_StdIo_InputOutput_x_h_
167 bool read(
void* buffer,
int numBytes,
int& bytesRead );
190 bool write(
const void* buffer,
int numBytes );
193 bool write(
const void* buffer,
int maxBytes,
int& bytesWritten );
208 friend class Cpl::Io::Serial::Port;
This concrete class implements a Output stream using the underlying platform's native OS 'file interf...
Definition Output_.h:44
This abstract class defines the operations that can be before on a NULL terminated string.
Definition String.h:40
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20
This union defines a 'IO descriptor' in terms of a an integer and/or a void*.
Definition Descriptor.h:26