Click or drag to resize

GZipOutputStream Constructor (Stream, Int32)

Namespace:  ICSharpCode.SharpZipLib.GZip
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public GZipOutputStream(
	Stream baseOutputStream,
	int size
)

Parameters

baseOutputStream
Type: System.IOStream
size
Type: SystemInt32
See Also