4 types derived from PosixTarEntry
System.Formats.Tar (4)
System\Formats\Tar\GnuTarEntry.cs (1)
12
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
5 references to PosixTarEntry
System.Formats.Tar (5)
System\Formats\Tar\PaxTarEntry.cs (4)
117
/// <para>Setting properties such as <see cref="TarEntry.Name"/>, <see cref="TarEntry.ModificationTime"/>, <see cref="TarEntry.Uid"/>, <see cref="TarEntry.Gid"/>, <see cref="
PosixTarEntry
.UserName"/>, <see cref="
PosixTarEntry
.GroupName"/>, <see cref="TarEntry.LinkName"/>, <see cref="
PosixTarEntry
.DeviceMajor"/>, or <see cref="
PosixTarEntry
.DeviceMinor"/> will update the corresponding extended attribute to keep properties and extended attributes synchronized.</para>
System\Formats\Tar\PosixTarEntry.cs (1)
35
if (other is
PosixTarEntry
)