Defines the HuffmanEncoder class used for writing encoded data to a file. 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 | HuffmanEncoder |
Encodes data using Huffman coding and writes it to a file in binary format. More... | |
Defines the HuffmanEncoder class used for writing encoded data to a file.