#include <zinflate.h>
Public Types | |
| typedef unsigned int | code_t |
| typedef unsigned int | value_t |
| enum | { MAX_CODE_BITS = sizeof(code_t)*8 } |
Public Methods | |
| HuffmanDecoder () | |
| HuffmanDecoder (const unsigned int *codeBits,unsigned int nCodes) | |
| void | Initialize (const unsigned int *codeBits,unsigned int nCodes) |
| unsigned int | Decode (code_t code,value_t &value)const |
| bool | Decode (LowFirstBitReader &reader,value_t &value)const |
Definition at line 29 of file zinflate.h.
|
|
Definition at line 32 of file zinflate.h. |
|
|
Definition at line 33 of file zinflate.h. |
|
|
Definition at line 34 of file zinflate.h. |
|
|
Definition at line 38 of file zinflate.h. |
|
|
Definition at line 39 of file zinflate.h. |
|
|
Definition at line 153 of file zinflate.cpp. |
|
|
Definition at line 133 of file zinflate.cpp. |
|
|
Definition at line 48 of file zinflate.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000