Class NNArchiveEntry

Class Documentation

class NNArchiveEntry

Public Types

enum class Compression : uint8_t

Values:

enumerator AUTO

Try to guess the file format from the file extension. .json -> RAW_FS everything else use libarchive to guess the format supported formats are: https://github.com/libarchive/libarchive?tab=readme-ov-file#supported-formats

enumerator RAW_FS

The entry isn’t compressed. Access it directly on the filesystem.

enumerator TAR

Force libarchive to treat the file as .tar

enumerator TAR_GZ

Force libarchive to treat the file as .tar.gz

enumerator TAR_XZ

Force libarchive to treat the file as .tar.xz

enum class Seek : uint8_t

Check stdio.h SEEK_SET, SEEK_CUR, SEEK_END for meaning.

Values:

enumerator SET
enumerator CUR
enumerator END