TarArchive.CreateOutputTarArchive Method (Stream, Int32)

SharpZip Compression Library

SharpZip Compression Library

TarArchive.CreateOutputTarArchive Method (Stream, Int32)

Create a TarArchive for writing to

public static TarArchive CreateOutputTarArchive(
   Stream outputStream,
   int blockFactor
);

Parameters

outputStream
The stream to write to
blockFactor
The blocking factor to use for buffering.

See Also

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