#include <LZHLDecoderStat.hpp>
Inheritance diagram for LZHLDecoderStat::
Public Methods | |
LZHLDecoderStat () | |
virtual | ~LZHLDecoderStat () |
Public Attributes | |
Group | groupTable [16] |
HUFFINT * | symbolTable |
Static Public Attributes | |
Group | groupTable0 [] |
HUFFINT | symbolTable0 [] |
|
Definition at line 4 of file LZHLDecoderStat.cpp. 00004 { 00005 symbolTable = new HUFFINT[ NHUFFSYMBOLS ]; 00006 memcpy( symbolTable, symbolTable0, sizeof(HUFFINT)*NHUFFSYMBOLS ); 00007 memcpy( groupTable, groupTable0, sizeof(Group)*16 ); 00008 } |
|
Definition at line 10 of file LZHLDecoderStat.cpp. 00010 { 00011 delete [] symbolTable; 00012 } |
|
Definition at line 14 of file LZHLDecoderStat.hpp. |
|
Initial value: { { 2, 0 }, { 3, 4 }, { 3, 12 }, { 4, 20 }, { 4, 36 }, { 4, 52 }, { 4, 68 }, { 4, 84 }, { 4, 100 }, { 4, 116 }, { 4, 132 }, { 4, 148 }, { 4, 164 }, { 5, 180 }, { 5, 212 }, { 5, 244 } } Definition at line 14 of file LZHLDecoderStat.cpp. |
|
Definition at line 17 of file LZHLDecoderStat.hpp. |
|
Definition at line 34 of file LZHLDecoderStat.cpp. |