#include <zstream.h>
Public Member Functions | |
IZStream (bool throwflag=false) | |
IZStream (const char *name, size_t size=512, bool tf=false) | |
bool | isOpen (void) |
void | close (void) |
virtual | ~IZStream () |
void | open (const char *name, size_t size=512) |
size_t | getBufferSize (void) |
Protected Member Functions | |
void | allocate (size_t size) |
int | underflow () |
int | uflow () |
Protected Attributes | |
size_t | bufsize |
char * | gbuf |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|