#include <LZHLEncoderStat.hpp>
Inheritance diagram for LZHLEncoderStat::

Public Methods | |
| LZHLEncoderStat () | |
| ~LZHLEncoderStat () | |
| void | calcStat (int *groups) |
Public Attributes | |
| int | nextStat |
| Symbol * | symbolTable |
Static Public Attributes | |
| Symbol | symbolTable0 [] |
Static Private Methods | |
| void | _addGroup (int *groups, int group, int nBits) |
|
|
Definition at line 4 of file LZHLEncoderStat.cpp. 00005 {
00006 nextStat = HUFFRECALCLEN;
00007 symbolTable = new Symbol[ NHUFFSYMBOLS ];
00008 memcpy( symbolTable, symbolTable0, sizeof(Symbol)*NHUFFSYMBOLS );
00009 }
|
|
|
Definition at line 11 of file LZHLEncoderStat.cpp. 00012 {
00013 delete [] symbolTable;
00014 }
|
|
||||||||||||||||
|
Definition at line 294 of file LZHLEncoderStat.cpp. |
|
|
Definition at line 305 of file LZHLEncoderStat.cpp. Referenced by LZHLEncoder::_callStat().
|
|
|
Definition at line 22 of file LZHLEncoderStat.hpp. |
|
|
Definition at line 25 of file LZHLEncoderStat.hpp. Referenced by LZHLEncoder::_put().
|
|
|
Definition at line 16 of file LZHLEncoderStat.cpp. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001