Declares the HuffmanDecoder class for decoding Huffman-encoded binary files. More...
#include "huffmantree/Huffman.hpp"
#include <bitset>
#include <iostream>
#include <stdint.h>
#include <vector>
#include <fstream>
Go to the source code of this file.
Classes | |
class | HuffmanDecoder |
Handles reading a binary-encoded file, reconstructing the Huffman codes, and decoding the data. More... | |
Declares the HuffmanDecoder class for decoding Huffman-encoded binary files.