|
GPAK
1.0.0
A general-purpose archive library
|
#include <gpak_data.h>
Data Fields | |
| uint32_t | compressed_size_ |
| uint32_t | uncompressed_size_ |
| size_t | offset_ |
| uint32_t | crc32_ |
This structure contains information about a single entry within a G-PAK archive, including its compressed and uncompressed sizes, the offset at which it is stored, and its CRC-32 checksum.
Definition at line 132 of file gpak_data.h.