Click or drag to resize
Utilitiesbzip2Compress Method
Compress a byte[] using the bzip2 algorithm

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static byte[] bzip2Compress(
	byte[] writeData
)

Parameters

writeData
Type: SystemByte
Array to compress

Return Value

Type: Byte
byte[] of data compressed using bzip2
See Also