1#ifndef Cpl_Io_Socket_InputOutput_h_
2#define Cpl_Io_Socket_InputOutput_h_
69 bool read(
void* buffer,
int numBytes,
int& bytesRead );
80 bool write(
const void* buffer,
int maxBytes,
int& bytesWritten );
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
This union defines a 'IO descriptor' in terms of a an integer and/or a void*.
Definition Descriptor.h:26