C# Class System.Formats.Tar.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).
Formats that implement the POSIX IEEE P1003.1 standard from 1988, support the following header fields: devmajor, devminor, gname and uname. Even though the TarFormat.Gnu format is not POSIX compatible, it implements and supports the Unix-specific fields that were defined in that POSIX standard.
Inheritance: System.Formats.Tar.TarEntry
Show file Open project: dotnet/runtime

Private Properties

Property Type Description
InvalidOperationException
PosixTarEntry
PosixTarEntry

Private Methods

Method Description
InvalidOperationException ( )
PosixTarEntry ( TarEntryType entryType, string entryName, TarEntryFormat format )
PosixTarEntry ( System.Formats.Tar.TarHeader header, System.Formats.Tar.TarReader readerOfOrigin )