The C++ framework for developing highly scalable, high performance servers on Windows platforms.

I/O Streams
[I/O Tools Library]

Collaboration diagram for I/O Streams:


Classes

class  CFileInputStream
 An object that implements IInputStream on a file. More...
class  CFileOutputStream
 An object that implements ICloseableOutputStream on a file. More...
class  IAsyncIOStream
 An interface onto an asynchrnonous I/O stream. Calls to Write() are not guaranteed to have completed when the call returns and calls to Read() simply request that a Read() happens and do not, in any way, result in incoming data being placed in the provided buffer before the call returns. Objects that implement this interface must provide another way to provide the caller with the data that is read from the stream when the read actually completes. More...
class  ICloseableOutputStream
 An extension to IOutputStream that allows the user to call Close() on it. More...
class  IInputStream
 An interface to an input stream (which may be sync or async). More...
class  IOutputStream
 An interface to an output stream (which may be sync or async). More...
class  IStream
 An interface to an stream... More...
class  CMemoryInputOutputStream
 An object that implements IInputStream and ICloseableOutputStream on a memory buffer. More...
class  CMemoryInputStream
 An object that implements IInputStream on a memory buffer. More...


Generated on Sun Sep 12 19:06:52 2021 for The Server Framework - v7.4 by doxygen 1.5.3