4 instantiations of V7TarEntry
System.Formats.Tar (4)
System\Formats\Tar\TarReader.cs (2)
142
TarEntryFormat.V7 or TarEntryFormat.Unknown or _ => new
V7TarEntry
(header, this),
295
TarEntryFormat.V7 or TarEntryFormat.Unknown or _ => new
V7TarEntry
(header, this),
System\Formats\Tar\TarWriter.Unix.cs (1)
45
TarEntryFormat.V7 => new
V7TarEntry
(entryType, entryName),
System\Formats\Tar\V7TarEntry.cs (1)
22
/// <remarks>When creating an instance using the <see cref="
V7TarEntry
(TarEntryType, string)"/> constructor, only the following entry types are supported: <see cref="TarEntryType.Directory"/>, <see cref="TarEntryType.HardLink"/>, <see cref="TarEntryType.SymbolicLink"/> and <see cref="TarEntryType.V7RegularFile"/>.</remarks>
2 references to V7TarEntry
System.Formats.Tar (2)
System\Formats\Tar\V7TarEntry.cs (2)
18
/// Initializes a new <see cref="
V7TarEntry
"/> instance with the specified entry type and entry name.
33
/// Initializes a new <see cref="
V7TarEntry
"/> instance by converting the specified <paramref name="other"/> entry into the V7 format.