GZipOutputStream Constructor (Stream, Int32)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

GZipOutputStream Constructor (Stream, Int32)

Creates a GZipOutputStream with the specified buffer size

public GZipOutputStream(
   Stream baseOutputStream,
   int size
);

Parameters

baseOutputStream
The stream to read data (to be compressed) from
size
Size of the buffer to use

See Also

GZipOutputStream Class | ICSharpCode.SharpZipLib.GZip Namespace | GZipOutputStream Constructor Overload List