Provided by: libcommoncpp2-doc_1.8.1-6ubuntu1_all 

NAME
ost::OZStream -
SYNOPSIS
#include <zstream.h>
Inherits streambuf, and ostream.
Public Member Functions
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)
Protected Member Functions
void allocate (size_t size)
int overflow (int ch)
Protected Attributes
size_t bufsize
char * pbuf
Constructor & Destructor Documentation
ost::OZStream::OZStream (boolthrowflag = false)
ost::OZStream::OZStream (const char *name, intlevel = Z_DEFAULT_COMPRESSION, size_tsize = 512, booltf =
false)
virtual ost::OZStream::~OZStream () [virtual]
Member Function Documentation
void ost::OZStream::allocate (size_tsize) [protected] void ost::OZStream::close (void) size_t ost::OZStream::getBufferSize (void) [inline] bool ost::OZStream::isOpen (void) void ost::OZStream::open (const char *name, intlevel = Z_DEFAULT_COMPRESSION, size_tsize = 512) int ost::OZStream::overflow (intch) [protected]
Member Data Documentation
size_t ost::OZStream::bufsize [protected] char* ost::OZStream::pbuf [protected]
Author
Generated automatically by Doxygen for GNU CommonC++ from the source code.
GNU CommonC++ Sun Jan 5 2014 ost::OZStream(3)