Stream is the base class for buffered input and output for IO objects.
More...
#include <Stream.h>
Definition at line 23 of file Stream.h.
§ byte_t
§ offset_type
§ anonymous enum
Enumerator |
---|
DefaultBufferSize | |
Definition at line 30 of file Stream.h.
§ Mode
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.
§ ~Stream()
§ Stream()
§ getIO()
§ m_cur
§ m_head
§ m_io
§ m_pos
§ m_size
§ m_tail
The documentation for this class was generated from the following file: