1#ifndef Cpl_Io_File_InputOutput_h_
2#define Cpl_Io_File_InputOutput_h_
44 InputOutput(
const char* fileName,
bool forceCreate=
true,
bool forceEmptyFile=
false,
bool readOnly=
false );
73 bool read(
void* buffer,
int numBytes,
int& bytesRead );
84 bool write(
const char*
string );
96 bool write(
const void* buffer,
int maxBytes );
99 bool write(
const void* buffer,
int maxBytes,
int& bytesWritten );
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