19      int setIn( 
unsigned char *next_in, 
int avail_in );
 
   20      int setOut( 
unsigned char *next_out, 
int avail_out );
 
   27      inline int getStatus(){ 
return stat; };
 
   28      inline int getAvailIn(){ 
return bz.avail_in; };
 
   29      inline int getAvailOut(){ 
return bz.avail_out; };
 
   30      inline int getTotalOut(){ 
return bz.total_out_lo32; };
 
   31      inline bool isError(){ 
return stat < 0 ? true : 
false; };
 
   33      static int const STREAM_END = BZ_STREAM_END;
 
   34      static int const OK = BZ_OK;
 
This class manages bzip2 decompression.
Definition BZlib.h:9
int init()
Definition BZlib.cc:35
BZlib()
Definition BZlib.cc:20
@ COMP
Definition BZlib.h:37
@ DECOMP
Definition BZlib.h:38
This class creates a generic buffer for data.
Definition Buffer.h:5
All WXP classes fall under the WXP namespace.
Definition Angle.h:4