The Sword Project: sword::LZSSCompress Class Reference |
Public Member Functions | |
virtual void | Encode (void) |
virtual void | Decode (void) |
Private Member Functions | |
void | InitTree () |
void | InsertNode (short int Pos) |
void | DeleteNode (short int Node) |
Static Private Attributes | |
static unsigned char | m_ring_buffer [4096+18-1] |
static short int | m_match_position |
static short int | m_match_length |
static short int | m_lson [4096+1] |
static short int | m_rson [4096+257] |
static short int | m_dad [4096+1] |
Definition at line 63 of file lzsscomprs.h.
The SWORD Project; P. O. Box 2528; Tempe, AZ 85280-2528 USA |