|
My Project
|
Represents the metadata written at the beginning of a compressed file. More...
#include <Huffman.h>
Public Attributes | |
| uint32_t | signature |
| Magic number to verify file validity (0xDEADEAEF). | |
| uint32_t | tree_size |
| Size of the serialized Huffman tree dump in bytes. | |
| uint64_t | file_size |
| Original size of the uncompressed file in bytes. | |
Represents the metadata written at the beginning of a compressed file.