5 overrides of IsDataStreamSetterSupported
System.Formats.Tar (5)
System\Formats\Tar\GnuTarEntry.cs (1)
119
internal override bool
IsDataStreamSetterSupported
() => EntryType is TarEntryType.RegularFile;
System\Formats\Tar\PaxGlobalExtendedAttributesTarEntry.cs (1)
40
internal override bool
IsDataStreamSetterSupported
() => false;
System\Formats\Tar\PaxTarEntry.cs (1)
154
internal override bool
IsDataStreamSetterSupported
() => EntryType == TarEntryType.RegularFile;
System\Formats\Tar\UstarTarEntry.cs (1)
58
internal override bool
IsDataStreamSetterSupported
() => EntryType == TarEntryType.RegularFile;
System\Formats\Tar\V7TarEntry.cs (1)
44
internal override bool
IsDataStreamSetterSupported
() => EntryType == TarEntryType.V7RegularFile;
1 reference to IsDataStreamSetterSupported
System.Formats.Tar (1)
System\Formats\Tar\TarEntry.cs (1)
258
if (!
IsDataStreamSetterSupported
())