7 references to WriteEntry
System.Formats.Tar (7)
System\Formats\Tar\TarFile.cs (2)
531
writer.
WriteEntry
(di.FullName, GetEntryNameForBaseDirectory(di.Name));
544
writer.
WriteEntry
(fullpath, entryname);
System\Formats\Tar\TarWriter.cs (4)
28
/// <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>
52
/// this instance, and can optionally specify the format when writing entries using the <see cref="
WriteEntry
(string, string?)"/> method.
55
/// <param name="format">The format to use when calling <see cref="
WriteEntry
(string, string?)"/>. The default value is <see cref="TarEntryFormat.Pax"/>.</param>
108
/// The format of the entries when writing entries to the archive using the <see cref="
WriteEntry
(string, string?)"/> method.
System\Formats\Tar\TarWriterOptions.cs (1)
12
/// Gets or sets the format of the entries when writing entries to the archive using the <see cref="TarWriter.
WriteEntry
(string, string?)"/> method.