tudocomp
– The TU Dortmund Compression Framework
tdc::esp::HuffmanDecoder Class Reference

Decodes data from an Huffman character stream. More...

#include <HuffmanCoder.hpp>

Public Member Functions

 HuffmanDecoder (const std::shared_ptr< BitIStream > &in)
 
size_t decode ()
 

Detailed Description

Decodes data from an Huffman character stream.

Definition at line 447 of file compressors/esp/HuffmanCoder.hpp.

Constructor & Destructor Documentation

◆ HuffmanDecoder()

tdc::esp::HuffmanDecoder::HuffmanDecoder ( const std::shared_ptr< BitIStream > &  in)
inline

Definition at line 454 of file compressors/esp/HuffmanCoder.hpp.

Member Function Documentation

◆ decode()

size_t tdc::esp::HuffmanDecoder::decode ( )
inline

Definition at line 473 of file compressors/esp/HuffmanCoder.hpp.


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