C# (CSharp) System.Formats.Tar Namespace

Classes

Name Description
PosixTarEntry Abstract class that represents a tar entry from an archive of a format that is based on the POSIX IEEE P1003.1 standard from 1988. This includes the formats TarFormat.Ustar (represented by the UstarTarEntry class), TarFormat.Pax (represented by the PaxTarEntry class) and TarFormat.Gnu (represented by the GnuTarEntry class).
V7TarEntry Represents a tar entry from an archive of the V7 format.