My Project
 
Loading...
Searching...
No Matches
HuffmanDecoder.hpp File Reference

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>
Include dependency graph for HuffmanDecoder.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declares the HuffmanDecoder class for decoding Huffman-encoded binary files.