Public Member Functions |
|
| ozstream (FILE *fp, int level=Z_DEFAULT_COMPRESSION) |
|
| ozstream (const char *name, int level=Z_DEFAULT_COMPRESSION) |
|
void | open (const char *name, int level=Z_DEFAULT_COMPRESSION) |
|
void | open (FILE *fp, int level=Z_DEFAULT_COMPRESSION) |
|
int | close () |
|
int | write (const void *buf, size_t len) |
|
int | flush (int _flush) |
|
const char * | error (int *errnum) |
|
gzFile | fp () |
|
ostream & | os () |
|
void | os_flush () |
Detailed Description
Definition at line 155 of file zstream.h.
The documentation for this class was generated from the following file: