GZipInputStream Constructor (Stream, Int32)

SharpZip Compression Library

SharpZip Compression Library

GZipInputStream Constructor (Stream, Int32)

Creates a GZIPInputStream with the specified buffer size

public GZipInputStream(
   Stream baseInputStream,
   int size
);

Parameters

baseInputStream
The stream to read compressed data from (baseInputStream GZIP format)
size
Size of the buffer to use

See Also

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