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

#include <sf3_archive.h>

Collaboration diagram for sf3_archive:
Collaboration graph
[legend]

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.
 

Detailed Description

An archive file.

See SF3_FORMAT_ID_ARCHIVE

Definition at line 33 of file sf3_archive.h.

Field Documentation

◆ count

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.

◆ entry_offset

uint64_t sf3_archive::entry_offset[]

The array of offsets for each metadata entry.

Definition at line 42 of file sf3_archive.h.

◆ identifier

struct sf3_identifier sf3_archive::identifier

Definition at line 34 of file sf3_archive.h.

◆ metadata_size

uint64_t sf3_archive::metadata_size

The size of the metadata block in bytes.

Definition at line 40 of file sf3_archive.h.


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