TarFormat
TarFormat enumeration
Enumeration with supported formats of TarArchive.
Members
Member name | Description |
---|---|
US_TAR | Format extends the header block from the v7 format. Widespread and supported in many utilities for Windows. |
GNU | GNU tar is based on the early draft of POSIX.1. This format is implemented as default tar format in many Linux systems. |
PAX | Format defined in POSIX.1-2001 standard. |
See Also
- namespace aspose.zip.tar
- assembly Aspose.Zip