libsf3
|
A single file from an archive. More...
#include <sf3_archive.h>
Data Fields | |
uint64_t | length |
The length of the data payload in bytes. | |
char | data [] |
A single file from an archive.
Definition at line 22 of file sf3_archive.h.
char sf3_file::data[] |
The data payload of the file. You must not read more than length
bytes from this array.
Definition at line 27 of file sf3_archive.h.
uint64_t sf3_file::length |
The length of the data payload in bytes.
Definition at line 24 of file sf3_archive.h.