ost::IZStream Class Reference

#include <zstream.h>

List of all members.

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


Constructor & Destructor Documentation

ost::IZStream::IZStream ( bool  throwflag = false  ) 

ost::IZStream::IZStream ( const char *  name,
size_t  size = 512,
bool  tf = false 
)

virtual ost::IZStream::~IZStream (  )  [virtual]


Member Function Documentation

void ost::IZStream::allocate ( size_t  size  )  [protected]

int ost::IZStream::underflow (  )  [protected]

int ost::IZStream::uflow (  )  [protected]

bool ost::IZStream::isOpen ( void   ) 

void ost::IZStream::close ( void   ) 

void ost::IZStream::open ( const char *  name,
size_t  size = 512 
)

size_t ost::IZStream::getBufferSize ( void   )  [inline]


Member Data Documentation

size_t ost::IZStream::bufsize [protected]

char* ost::IZStream::gbuf [protected]


The documentation for this class was generated from the following file:

Generated on Fri Jan 8 01:25:58 2016 for GNU CommonC++ by  doxygen 1.5.6