libsf3
|
#include <sf3_archive.h>
Data Fields | |
int64_t | modtime |
The last time the associated file was modified, as a UNIX timestamp. | |
sf3_crc32_checksum | checksum |
The CRC32 checksum of the file payload. | |
sf3_str8 | mime_type |
The media mime-type of the file contents. | |
A single archive file metadata block.
See sf3_archive_meta_mime_type See sf3_archive_meta_path
Definition at line 12 of file sf3_archive.h.
sf3_crc32_checksum sf3_archive_meta::checksum |
The CRC32 checksum of the file payload.
Definition at line 16 of file sf3_archive.h.
sf3_str8 sf3_archive_meta::mime_type |
The media mime-type of the file contents.
Definition at line 18 of file sf3_archive.h.
int64_t sf3_archive_meta::modtime |
The last time the associated file was modified, as a UNIX timestamp.
Definition at line 14 of file sf3_archive.h.