GZipInputStream Constructor

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

GZipInputStream Constructor

Creates a GzipInputStream with the default buffer size

Overload List

Creates a GzipInputStream with the default buffer size

public GZipInputStream(Stream);

Creates a GZIPInputStream with the specified buffer size

public GZipInputStream(Stream,int);

See Also

GZipInputStream Class | ICSharpCode.SharpZipLib.GZip Namespace