Click or drag to resize

GZipInputStream Constructor (Stream, Int32)

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

Parameters

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