1 #ifndef FILTEROUTPUTSTREAMBUF_H 2 #define FILTEROUTPUTSTREAMBUF_H 4 #include "zipios++/zipios-config.h" 6 #include "zipios++/meta-iostreams.h" 10 using std::streambuf ;
FilterOutputStreambuf(streambuf *outbuf, bool del_outbuf=false)
Constructor.
A FilterOutputStreambuf is a streambuf that filters the data that is written to it before it passes i...
virtual ~FilterOutputStreambuf()
Destructor.