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

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 []
 

Detailed Description

A single file from an archive.

Definition at line 22 of file sf3_archive.h.

Field Documentation

◆ data

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.

◆ length

uint64_t sf3_file::length

The length of the data payload in bytes.

Definition at line 24 of file sf3_archive.h.


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