libsf3
|
#include <sf3_archive.h>
Data Fields | |
struct sf3_identifier | identifier |
uint64_t | count |
uint64_t | metadata_size |
The size of the metadata block in bytes. | |
uint64_t | entry_offset [] |
The array of offsets for each metadata entry. | |
uint64_t sf3_archive::count |
The number of files stored in the archive. This menas that there are this number of metadata intries and this number of file payloads.
Definition at line 38 of file sf3_archive.h.
uint64_t sf3_archive::entry_offset[] |
The array of offsets for each metadata entry.
Definition at line 42 of file sf3_archive.h.
struct sf3_identifier sf3_archive::identifier |
Definition at line 34 of file sf3_archive.h.
uint64_t sf3_archive::metadata_size |
The size of the metadata block in bytes.
Definition at line 40 of file sf3_archive.h.