#include <zstream.h>
Inheritance diagram for ost::IZStream::
Public Methods | |
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 Methods | |
void | allocate (size_t size) |
int | underflow () |
int | uflow () |
Protected Attributes | |
size_t | bufsize |
char* | gbuf |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|