HuffmanDecoder Class Reference

#include <zinflate.h>

List of all members.


Detailed Description

Huffman Decoder.

Definition at line 32 of file zinflate.h.

Public Types

enum  { MAX_CODE_BITS = sizeof(code_t)*8 }
typedef unsigned int code_t
typedef unsigned int value_t

Public Member Functions

 HuffmanDecoder ()
 HuffmanDecoder (const unsigned int *codeBitLengths, unsigned int nCodes)
void Initialize (const unsigned int *codeBitLengths, unsigned int nCodes)
unsigned int Decode (code_t code, value_t &value) const
bool Decode (LowFirstBitReader &reader, value_t &value) const

Friends

struct CodeLessThan

Classes

struct  CodeInfo
class  Err
struct  LookupEntry


The documentation for this class was generated from the following files:
Generated on Sat Dec 23 02:07:25 2006 for Crypto++ by  doxygen 1.5.1-p1