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

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

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

Detailed Description

Defines the HuffmanEncoder class used for writing encoded data to a file.