Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

HuffmanDecoder Class Reference

#include <zinflate.h>

List of all members.


Detailed Description

Huffman Decoder.

Definition at line 32 of file zinflate.h.

Public Types

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

Public Member Functions

 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


The documentation for this class was generated from the following files:
Generated on Tue Jul 8 23:35:05 2003 for Crypto++ by doxygen 1.3.2