Creates a GzipOutputStream with the default buffer size
Overload List
Creates a GzipOutputStream with the default buffer size
public GZipOutputStream(Stream);
Creates a GZipOutputStream with the specified buffer size
public GZipOutputStream(Stream,int);
See Also
GZipOutputStream Class | ICSharpCode.SharpZipLib.GZip Namespace