Public Member Functions | |
| gzstreambuf () | |
| int | is_open () |
| gzstreambuf * | open (const char *name, int open_mode) |
| 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 = 47+256 |
Definition at line 45 of file gzstream.h.
1.4.7