My Project
Loading...
Searching...
No Matches
Header Struct Reference

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.

Detailed Description

Represents the metadata written at the beginning of a compressed file.


The documentation for this struct was generated from the following file: