TarBuffer.CreateOutputTarBuffer Method (Stream, Int32)

IC Sharp Sharp Zip Lib

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