TarFormat

TarFormat enumeration

Enumeration with supported formats of TarArchive.

Members

Member nameDescription
US_TARFormat extends the header block from the v7 format. Widespread and supported in many utilities for Windows.
GNUGNU tar is based on the early draft of POSIX.1. This format is implemented as default tar format in many Linux systems.
PAXFormat defined in POSIX.1-2001 standard.

See Also