Combined ISubStream and OSubStream for bidirectional I/O.
More...
List of all members.
Public Member Functions |
| SubStream () |
| SubStream (StreamWrapper nested, unsigned long int start, unsigned long int end, bool append) |
| SubStream (StreamWrapper nested, unsigned long int start, unsigned long int end) |
SubStream | close () |
| Resets the SubStream to empty, but does not actually close the nested ostream.
|
SubStream | open (StreamWrapper nested, unsigned long int start, unsigned long int end, bool append) |
| Starts the SubStream reading and writing from the indicated nested stream, within the indicated range.
|
SubStream | open (StreamWrapper nested, unsigned long int start, unsigned long int end) |
| Starts the SubStream reading and writing from the indicated nested stream, within the indicated range.
|
Detailed Description
Combined ISubStream and OSubStream for bidirectional I/O.
Constructor & Destructor Documentation
Member Function Documentation
Resets the SubStream to empty, but does not actually close the nested ostream.
Starts the SubStream reading and writing from the indicated nested stream, within the indicated range.
"end" is the first character outside of the range.
If end is zero, it indicates that the SubStream will continue until the end of the nested stream.
Starts the SubStream reading and writing from the indicated nested stream, within the indicated range.
"end" is the first character outside of the range.
If end is zero, it indicates that the SubStream will continue until the end of the nested stream.