TarArchive.CreateOutputTarArchive Method (Stream, Int32)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class 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