TarArchive.CreateOutputTarArchive Method (Stream)

SharpZip Compression Library

SharpZip Compression Library

TarArchive.CreateOutputTarArchive Method (Stream)

Create a TarArchive for writing to, using the default blocking factor

public static TarArchive CreateOutputTarArchive(
   Stream outputStream
);

Parameters

outputStream
Stream to write to

See Also

TarArchive Class | ICSharpCode.SharpZipLib.Tar Namespace | TarArchive.CreateOutputTarArchive Overload List