Stream Class Reference
Stream is the base class for buffered input and output for IO objects.
#include <Stream.h>
List of all members.
Detailed Description
Definition at line 23 of file Stream.h.
Member Typedef Documentation
Member Enumeration Documentation
- Enumerator:
-
Definition at line 30 of file Stream.h.
- Enumerator:
MODE_SET |
seek from the begining of the file
|
MODE_CUR |
seek from the current location in the file
|
MODE_END |
seek from the end of the file
|
Definition at line 35 of file Stream.h.
Constructor & Destructor Documentation
Stream::~Stream |
( |
void |
|
) |
[protected] |
Stream::Stream |
( |
void |
|
) |
[protected] |
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: