Public Member Functions | |
gzstreambuf () | |
int | is_open () |
gzstreambuf * | open (const char *name, int open_mode, int compression_level) |
gzstreambuf * | close () |
~gzstreambuf () | |
virtual int | overflow (int c=EOF) |
virtual int | underflow () |
virtual int | sync () |
Private Member Functions | |
int | flush_buffer () |
Private Attributes | |
gzFile | file |
char | buffer [bufferSize] |
char | opened |
int | mode |
Static Private Attributes | |
static const int | bufferSize |
Definition at line 45 of file gzstream.h.