Enum TarFormat
TarFormat enumeration
Enumeration with supported formats of TarArchive
.
public enum TarFormat
Values
Name | Value | Description |
---|---|---|
UsTar | 0 | Format extends the header block from the v7 format. Widespread and supported in many utilities for Windows. |
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. |
See Also
- namespace Aspose.Zip.Tar
- assembly Aspose.Zip