libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_archive_meta Struct Reference

#include <sf3_archive.h>

Collaboration diagram for sf3_archive_meta:
Collaboration graph
[legend]

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.
 

Detailed Description

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.

Field Documentation

◆ checksum

sf3_crc32_checksum sf3_archive_meta::checksum

The CRC32 checksum of the file payload.

Definition at line 16 of file sf3_archive.h.

◆ mime_type

sf3_str8 sf3_archive_meta::mime_type

The media mime-type of the file contents.

Definition at line 18 of file sf3_archive.h.

◆ modtime

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.


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