Go to the documentation of this file. 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;