Gjsify LogoGjsify Logo

This is a non-negative number which represents formats supported by libarchive. A libarchive format is a file format which can store many files as a archive file.

Index

Enumeration Members

AR_BSD: number

%ARCHIVE_FORMAT_AR_BSD: BSD variant of Unix archive format. This format does not support storing directories.

AR_SVR4: number

%ARCHIVE_FORMAT_AR_GNU: GNU/SVR4 variant of Unix archive format. This format does not support storing directories.

CPIO: number

%ARCHIVE_FORMAT_CPIO_POSIX: CPIO archive, POSIX standard cpio interchage format.

CPIO_NEWC: number

%ARCHIVE_FORMAT_CPIO_SVR4_NOCRC: CPIO archive, SVR4 non-CRC variant

GNUTAR: number

%ARCHIVE_FORMAT_TAR_GNUTAR: Tar archive, support most popular GNU extensions.

ISO9660: number

%ARCHIVE_FORMAT_ISO9660: Raw CD image

PAX: number

%ARCHIVE_FORMAT_TAR_PAX_INTERCHANGE: Tar archive, use pax interchage format

TAR: number

%ARCHIVE_FORMAT_TAR_PAX_RESTRICTED: Tar archive, use ustar format is possible. If there are extended headers which cannot be represented in the ustar format, libarchive will use pax interchage format instead.

TODO_7ZIP: number

%ARCHIVE_FORMAT_7ZIP: 7-zip archive

USTAR: number

%ARCHIVE_FORMAT_TAR_USTAR: Tar archive, use old ustar format

XAR: number

%ARCHIVE_FORMAT_XAR: Xar archive

ZIP: number

%ARCHIVE_FORMAT_ZIP: Zip archive

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method