Class NNArchiveEntry
Defined in File NNArchiveEntry.hpp
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
-
enumerator AUTO
-
enum class Compression : uint8_t