Public Member Functions | |
gzstreambase (const char *name, int mode=std::ios::out, int compression_level=6) | |
gzstreambase () | |
~gzstreambase () | |
void | open (const char *name, int open_mode, int compression_level=6) |
void | close () |
gzstreambuf * | rdbuf () |
Protected Attributes | |
gzstreambuf | buf |
Definition at line 74 of file gzstream.h.