3 references to TarWriter
System.Formats.Tar (3)
System\Formats\Tar\TarFile.cs (2)
524
using (TarWriter writer = new
TarWriter
(destination, options, leaveOpen))
578
TarWriter writer = new
TarWriter
(destination, options, leaveOpen);
System\Formats\Tar\TarWriter.cs (1)
64
:
this
(archiveStream, CreateOptionsForFormat(format), leaveOpen)