DOKK / manpages / debian 10 / libcommoncpp2-doc / ost_OZStream.3.en
ost::OZStream(3) Library Functions Manual ost::OZStream(3)

ost::OZStream

#include <zstream.h>

Inherits streambuf, and ostream.


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)


void allocate (size_t size)
int overflow (int ch)


size_t bufsize
char * pbuf

Generated automatically by Doxygen for GNU CommonC++ from the source code.

Wed Oct 31 2018 GNU CommonC++