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 | GZipInputStream Members | ICSharpCode.SharpZipLib.GZip Namespace