Huffman Decoder.
More...
#include <zinflate.h>
|
enum | { MAX_CODE_BITS = sizeof(code_t)*8
} |
|
typedef unsigned int | code_t |
|
typedef unsigned int | value_t |
|
Huffman Decoder.
- Since
- Crypto++ 1.0
Definition at line 39 of file zinflate.h.
◆ code_t
typedef unsigned int HuffmanDecoder::code_t |
◆ value_t
typedef unsigned int HuffmanDecoder::value_t |
◆ anonymous enum
◆ HuffmanDecoder() [1/2]
HuffmanDecoder::HuffmanDecoder |
( |
| ) |
|
|
inline |
◆ HuffmanDecoder() [2/2]
HuffmanDecoder::HuffmanDecoder |
( |
const unsigned int * |
codeBitLengths, |
|
|
unsigned int |
nCodes |
|
) |
| |
|
inline |
◆ Decode() [1/2]
unsigned int HuffmanDecoder::Decode |
( |
code_t |
code, |
|
|
value_t & |
value |
|
) |
| const |
|
inline |
◆ Decode() [2/2]
◆ Initialize()
void HuffmanDecoder::Initialize |
( |
const unsigned int * |
codeBitLengths, |
|
|
unsigned int |
nCodes |
|
) |
| |
◆ CodeLessThan
The documentation for this class was generated from the following files:
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/zinflate.h
- G:/work/subversion/scol-technologies/trunk/scol/plugins/security/cryptopp/zinflate.cpp