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


Member Enumeration Documentation

anonymous enum

Enumerator:
MAX_CODE_BITS 

Definition at line 37 of file zinflate.h.


The documentation for this class was generated from the following files:
Generated on Fri Jun 1 11:11:39 2007 for Crypto++ by  doxygen 1.5.2