#include <WordDBCompress.h>
Definition at line 24 of file WordDBCompress.h.
Public Member Functions | |
DB_CMPR_INFO * | CmprInfo () |
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 |
WordContext * | GetContext () |
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) |
WordDBCompress (WordContext *ncontext) | |
~WordDBCompress () | |
Private Attributes | |
DB_CMPR_INFO * | cmprInfo |
WordContext * | context |
int | debug |
WordDBEncoded * | encoded |
int | verbose |