SubStream
-
class SubStream
Bases:
iostreamCombined
ISubStreamandOSubStreamfor bidirectional I/O.Inheritance diagram
-
SubStream(void)
-
explicit SubStream(StreamWrapper *nested, std::streamoff start, std::streamoff end, bool append = false)
-
SubStream &close(void)
Resets the
SubStreamto empty, but does not actually close the nested ostream.
-
SubStream &open(StreamWrapper *nested, std::streamoff start, std::streamoff end, bool append = false)
Starts the
SubStreamreading 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
SubStreamwill continue until the end of the nested stream.
-
SubStream(void)
