Click or drag to resize

BZip2Decompress Method

Namespace:  ICSharpCode.SharpZipLib.BZip2
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static void Decompress(
	Stream inStream,
	Stream outStream,
	bool isStreamOwner
)

Parameters

inStream
Type: System.IOStream
outStream
Type: System.IOStream
isStreamOwner
Type: SystemBoolean
See Also