TarFormat

TarFormat enumeration

Enumeration with supported formats of TarArchive.

public enum TarFormat

Values

NameValueDescription
UsTar0Format extends the header block from the v7 format. Widespread and supported in many utilities for Windows.
Gnu1GNU tar is based on the early draft of POSIX.1. This format is implemented as default tar format in many Linux systems.
Pax2Format defined in POSIX.1-2001 standard.

See Also