5 references to SparseFile
System.Formats.Tar (5)
System\Formats\Tar\TarEntry.cs (2)
120
/// <remarks>The entry type that commonly contains data is <see cref="TarEntryType.RegularFile"/> (or <see cref="TarEntryType.V7RegularFile"/> in the <see cref="TarEntryFormat.V7"/> format). Other uncommon entry types that can also contain data are: <see cref="TarEntryType.ContiguousFile"/>, <see cref="TarEntryType.DirectoryList"/>, <see cref="TarEntryType.MultiVolume"/> and <see cref="TarEntryType.
SparseFile
"/>.</remarks>
518
case TarEntryType.
SparseFile
:
System\Formats\Tar\TarHeader.Read.cs (3)
229
case TarEntryType.
SparseFile
: // Contains portion of a file
291
case TarEntryType.
SparseFile
: // Contains portion of a file
452
TarEntryType.
SparseFile
=> throw new NotSupportedException(SR.Format(SR.TarEntryTypeNotSupported, header._typeFlag)),