1 #ifndef GZIPOUTPUTSTREAMBUF_H
2 #define GZIPOUTPUTSTREAMBUF_H
4 #include "zipios++/zipios-config.h"
25 void setFilename(
const string &filename );
26 void setComment(
const string &comment );
38 virtual int overflow(
int c = EOF ) ;
44 void writeInt(uint32 i);
46 std::string _filename;
GZIPOutputStreambuf(streambuf *outbuf, bool del_outbuf=false)
GZIPOutputStreambuf constructor.
void close()
Calls finish.
DeflateOutputStreambuf is an output stream filter, that deflates the data that is written to it befor...
GZIPOutputStreambuf is a zip output streambuf filter.
virtual ~GZIPOutputStreambuf()
Destructor.
Header file that defines DeflateOutputStreambuf.
void finish()
Finishes the compression.