GZipOutputStream Constructor

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