#include <BinarySubstitutionIStreamer.hh>
Inheritance diagram for rovsoft::io::BinarySubstitutionIStreamer:
Public Member Functions | |
BinarySubstitutionIStreamer (std::istream *in, const char *chars) throw (lib::NullPointerExceptionPtr) | |
A SegmentIStreamer must be initialised with a dynamically created istream object. | |
virtual char | readByte () throw (IOExceptionPtr, PrefixedDataExceptionPtr, UnprefixedMetaDataExceptionPtr) |
returns bytes without prefixes and other special chars |
Because this class adds new methods it would be better to create an interface called SubstitionIStreamer, but at the moment this isn't neccessary, so I'll leave it.
|
A SegmentIStreamer must be initialised with a dynamically created istream object. The deletion of the object is accomplished by this SegmentIStreamer object at destruction.
|
|
returns bytes without prefixes and other special chars
Reimplemented from rovsoft::io::BinaryIStreamer. Reimplemented in rovsoft::io::BinaryLenSegmentIStreamer. Here is the call graph for this function: ![]() |