sword::LZSSCompress Class Reference

Inheritance diagram for sword::LZSSCompress:

Inheritance graph
[legend]
Collaboration diagram for sword::LZSSCompress:

Collaboration graph
[legend]
List of all members.

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]

Detailed Description

Definition at line 63 of file lzsscomprs.h.


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