GPAK  1.0.0
A general-purpose archive library
Data Fields
gpak_entry_header Struct Reference

#include <gpak_data.h>

Data Fields

uint32_t compressed_size_
 
uint32_t uncompressed_size_
 
size_t offset_
 
uint32_t crc32_
 

Detailed Description

Brief Description:\n Structure representing an entry header in a G-PAK archive.

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.


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