Enum TarFormat

Enum TarFormat

Namespace: Aspose.Zip.Tar
Assembly: Aspose.Zip.dll (25.2.0)

Enumeration with supported formats of Aspose.Zip.Tar.TarArchive.

public enum TarFormat

Fields

Gnu = 1

GNU tar is based on the early draft of POSIX.1. This format is implemented as default tar format in many Linux systems.

Pax = 2

Format defined in POSIX.1-2001 standard.

UsTar = 0

Format extends the header block from the v7 format. Widespread and supported in many utilities for Windows.

 English