Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes
IZStream Class Reference

#include <zstream.h>

Inheritance diagram for IZStream:
Inheritance graph
[legend]
Collaboration diagram for IZStream:
Collaboration graph
[legend]

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
 

Private Member Functions

int doallocate ()
 

Private Attributes

gzFile fp
 
bool throwflag
 

Detailed Description

Definition at line 79 of file zstream.h.

Constructor & Destructor Documentation

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

Member Function Documentation

void IZStream::allocate ( size_t  size)
protected
void IZStream::close ( void  )
int IZStream::doallocate ( )
private
size_t IZStream::getBufferSize ( void  )
inline

Definition at line 108 of file zstream.h.

bool IZStream::isOpen ( void  )
void IZStream::open ( const char *  name,
size_t  size = 512 
)
int IZStream::uflow ( )
protected
int IZStream::underflow ( )
protected

Field Documentation

size_t IZStream::bufsize
protected

Definition at line 87 of file zstream.h.

gzFile IZStream::fp
private

Definition at line 82 of file zstream.h.

char* IZStream::gbuf
protected

Definition at line 88 of file zstream.h.

bool IZStream::throwflag
private

Definition at line 84 of file zstream.h.


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