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