#include <zstream.h>
|
| OZStream (bool throwflag=false) |
| OZStream (const char *name, int level=Z_DEFAULT_COMPRESSION, size_t size=512, bool tf=false) |
bool | isOpen (void) |
void | close (void) |
virtual | ~OZStream () |
void | open (const char *name, int level=Z_DEFAULT_COMPRESSION, size_t size=512) |
size_t | getBufferSize (void) |
◆ OZStream() [1/2]
ost::OZStream::OZStream |
( |
bool | throwflag = false | ) |
|
◆ OZStream() [2/2]
ost::OZStream::OZStream |
( |
const char * | name, |
|
|
int | level = Z_DEFAULT_COMPRESSION, |
|
|
size_t | size = 512, |
|
|
bool | tf = false ) |
◆ ~OZStream()
virtual ost::OZStream::~OZStream |
( |
| ) |
|
|
virtual |
◆ allocate()
void ost::OZStream::allocate |
( |
size_t | size | ) |
|
|
protected |
◆ close()
void ost::OZStream::close |
( |
void | | ) |
|
◆ getBufferSize()
size_t ost::OZStream::getBufferSize |
( |
void | | ) |
|
|
inline |
◆ isOpen()
bool ost::OZStream::isOpen |
( |
void | | ) |
|
◆ open()
void ost::OZStream::open |
( |
const char * | name, |
|
|
int | level = Z_DEFAULT_COMPRESSION, |
|
|
size_t | size = 512 ) |
◆ overflow()
int ost::OZStream::overflow |
( |
int | ch | ) |
|
|
protected |
◆ bufsize
size_t ost::OZStream::bufsize |
|
protected |
◆ pbuf
char* ost::OZStream::pbuf |
|
protected |
The documentation for this class was generated from the following file: