Click or drag to resize

BZip2Compress Method

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

Parameters

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