WordDBCompress Class Reference
#include <WordDBCompress.h>
List of all members.
Detailed Description
Definition at line 24 of file WordDBCompress.h.
Public Member Functions
int
Compress (const unsigned char *inbuff, int inbuff_length, unsigned char **outbuffp, int *outbuff_lengthp)
int
CompressBtree (const unsigned char *inbuff, int inbuff_length, unsigned char *outbuff, int *outbuff_lengthp)
int
CompressIBtree (const unsigned char *inbuff, int inbuff_length, unsigned char *outbuff, int *outbuff_lengthp)
int
CompressLBtree (const unsigned char *inbuff, int inbuff_length, unsigned char *outbuff, int *outbuff_lengthp)
int
DiffPage (const unsigned char *first, const unsigned char *second) const
void
DumpPage (const unsigned char *page) const
int
Uncompress (const unsigned char *inbuff, int inbuff_length, unsigned char *outbuff, int outbuff_length)
int
UncompressBtree (const unsigned char *inbuff, int inbuff_length, unsigned char *outbuff, int outbuff_length)
int
UncompressIBtree (const unsigned char *inbuff, int inbuff_length, unsigned char *outbuff, int outbuff_length)
int
UncompressLBtree (const unsigned char *inbuff, int inbuff_length, unsigned char *outbuff, int outbuff_length)
Private Attributes
The documentation for this class was generated from the following files: