4 types derived from PosixTarEntry
System.Formats.Tar (4)
System\Formats\Tar\GnuTarEntry.cs (1)
10
public sealed class GnuTarEntry :
PosixTarEntry
System\Formats\Tar\PaxGlobalExtendedAttributesTarEntry.cs (1)
12
public sealed class PaxGlobalExtendedAttributesTarEntry :
PosixTarEntry
System\Formats\Tar\PaxTarEntry.cs (1)
13
public sealed class PaxTarEntry :
PosixTarEntry
System\Formats\Tar\UstarTarEntry.cs (1)
9
public sealed class UstarTarEntry :
PosixTarEntry
1 reference to PosixTarEntry
System.Formats.Tar (1)
System\Formats\Tar\PosixTarEntry.cs (1)
35
if (other is
PosixTarEntry
)