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