2 references to V7TarEntry
System.Formats.Tar (2)
System\Formats\Tar\TarWriter.Unix.cs (1)
45TarEntryFormat.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>