Creates a GZIPOutputStream with the specified buffer size
[Visual Basic]
Overloads Public Sub New( _
ByVal baseOutputStream As System.IO.Stream, _
ByVal size As Integer _
)
[C#]
public GZipOutputStream(
Stream baseOutputStream,
int size
);
Parameters
baseOutputStream
The stream to read data (to be compressed) from
size
Size of the buffer to use
See Also
GZipOutputStream Class | GZipOutputStream Members | ICSharpCode.SharpZipLib.GZip Namespace | GZipOutputStream Constructor Overload List