6 references to WriteEntry
System.Formats.Tar (6)
System\Formats\Tar\TarFile.cs (2)
337writer.WriteEntry(di.FullName, GetEntryNameForBaseDirectory(di.Name)); 350writer.WriteEntry(fullpath, entryname);
System\Formats\Tar\TarWriter.cs (4)
27/// <remarks>When using this constructor, <see cref="TarEntryFormat.Pax"/> is used as the default format of the entries written to the archive using the <see cref="WriteEntry(string, string?)"/> method.</remarks> 49/// this instance, and can optionally specify the format when writing entries using the <see cref="WriteEntry(string, string?)"/> method. 52/// <param name="format">The format to use when calling <see cref="WriteEntry(string, string?)"/>. The default value is <see cref="TarEntryFormat.Pax"/>.</param> 82/// The format of the entries when writing entries to the archive using the <see cref="WriteEntry(string, string?)"/> method.