#include <GZIPOutputStreamBuffer.h>
Definition at line 15 of file GZIPOutputStreamBuffer.h.
◆ GZIPOutputStreamBuffer()
cheprep::GZIPOutputStreamBuffer::GZIPOutputStreamBuffer |
( |
std::streambuf * |
outbuf | ) |
|
◆ ~GZIPOutputStreamBuffer()
cheprep::GZIPOutputStreamBuffer::~GZIPOutputStreamBuffer |
( |
| ) |
|
|
virtual |
◆ close()
void cheprep::GZIPOutputStreamBuffer::close |
( |
| ) |
|
◆ overflow()
int cheprep::GZIPOutputStreamBuffer::overflow |
( |
int |
c | ) |
|
◆ setComment()
void cheprep::GZIPOutputStreamBuffer::setComment |
( |
const std::string & |
comment | ) |
|
◆ setFilename()
void cheprep::GZIPOutputStreamBuffer::setFilename |
( |
const std::string & |
filename | ) |
|
◆ writeHeader()
void cheprep::GZIPOutputStreamBuffer::writeHeader |
( |
| ) |
|
|
private |
Definition at line 49 of file GZIPOutputStreamBuffer.cc.
50 unsigned char flag = 0x00;
51 flag |= (
filename ==
"") ? 0x00 : 0x08;
52 flag |= (
comment ==
"") ? 0x00 : 0x10;
void putUI(unsigned int ui)
void putS(const std::string s)
void putUB(unsigned char ub)
◆ writeTrailer()
void cheprep::GZIPOutputStreamBuffer::writeTrailer |
( |
| ) |
|
|
private |
◆ comment
std::string cheprep::GZIPOutputStreamBuffer::comment |
|
private |
◆ filename
std::string cheprep::GZIPOutputStreamBuffer::filename |
|
private |
◆ open
bool cheprep::GZIPOutputStreamBuffer::open |
|
private |
The documentation for this class was generated from the following files: