GPAK
1.0.0
A general-purpose archive library
|
#include <gpak_data.h>
Data Fields | |
char | format_ [5] |
gpak_header_compression_algorithm_t | compression_ |
char | compression_level_ |
uint32_t | entry_count_ |
uint32_t | dictionary_size_ |
This structure contains information about the G-PAK archive itself, including the format identifier, compression algorithm, compression level, the number of entries in the archive, and the dictionary size.
Definition at line 110 of file gpak_data.h.