50         unsigned char flag = 0x00;
    51         flag |= (
filename == 
"") ? 0x00 : 0x08;
    52         flag |= (
comment  == 
"") ? 0x00 : 0x10;
 
void setFilename(const std::string &filename)
 
void putUI(unsigned int ui)
 
void putS(const std::string s)
 
void setComment(const std::string &comment)
 
virtual ~GZIPOutputStreamBuffer()
 
void putUB(unsigned char ub)
 
GZIPOutputStreamBuffer(std::streambuf *outbuf)