TarBuffer.CreateOutputTarBuffer Method (Stream, Int32)

From SharpZip Compression Library

SharpZip Compression Library

TarBuffer.CreateOutputTarBuffer Method (Stream, Int32)

Construct TarBuffer for writing Tar output to streams.

public static TarBuffer CreateOutputTarBuffer(
   Stream outputStream,
   int blockFactor
);

Parameters

outputStream
Output stream to write to.
blockFactor
Blocking factor to apply

Return Value

TarBuffer

See Also

TarBuffer Class | ICSharpCode.SharpZipLib.Tar Namespace | TarBuffer.CreateOutputTarBuffer Overload List