#include <BinarySubstitutionOStreamer.hh>
Inheritance diagram for rovsoft::io::BinarySubstitutionOStreamer:


Public Member Functions | |
| BinarySubstitutionOStreamer (std::ostream *out, const char *chars) throw (lib::NullPointerExceptionPtr) | |
| Builds a BinarySubstitutionOStreamer writing its output to ostream out. | |
| virtual BinarySubstitutionOStreamer & | writeByte (char arg) throw (IOExceptionPtr) |
| Writes a byte and prefixes it if it is contained in the chars (filter) array. | |
That means, the LSB of a short or an int for example is send first. Some characters get prefixed before being written.
|
||||||||||||
|
Builds a BinarySubstitutionOStreamer writing its output to ostream out. the object to which out points to, should have been dynamically generated, because this BinaryOstreamer will delete it when it gets destroyed.
|
|
|
Writes a byte and prefixes it if it is contained in the chars (filter) array.
Reimplemented from rovsoft::io::BinaryOStreamer. Reimplemented in rovsoft::io::BinaryLenSegmentOStreamer. Here is the call graph for this function: ![]() |
1.4.3