libopenraw
Public Member Functions | List of all members
OpenRaw::Internals::HuffmanDecoder Class Reference

Public Member Functions

 HuffmanDecoder (const HuffmanNode *const)
 
void printTable () const
 
unsigned int decode (BitIterator &i)
 

Detailed Description

Definition at line 37 of file huffman.hpp.

Constructor & Destructor Documentation

◆ HuffmanDecoder()

OpenRaw::Internals::HuffmanDecoder::HuffmanDecoder ( const HuffmanNode * const  p)

Definition at line 41 of file huffman.cpp.

Member Function Documentation

◆ decode()

unsigned int OpenRaw::Internals::HuffmanDecoder::decode ( BitIterator i)

Definition at line 50 of file huffman.cpp.

◆ printTable()

void OpenRaw::Internals::HuffmanDecoder::printTable ( ) const

Definition at line 45 of file huffman.cpp.


The documentation for this class was generated from the following files: