|
Tree Compression with Top Trees Revisited
|
Unfinished writer for blocked Huffman codes. More...
#include <Huffman.h>

Public Member Functions | |
| BlockedHuffmanWriter (HuffmanBuilder< OutputType > &huffman, BitWriter &writer) | |
| void | addItem (const InputType &symbol) |
| template<class InputIterator > | |
| void | addItems (InputIterator begin, InputIterator end) |
| void | writeBuffer () |
Protected Member Functions | |
| void | flushTempStore () |
Protected Attributes | |
| HuffmanBuilder< OutputType > & | huffman |
| BitWriter & | writer |
| const uint | blockingFactor |
| std::vector< InputType > | tempStore |
| std::vector< bool > | buffer |
Unfinished writer for blocked Huffman codes.
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.9.1