Click or drag to resize
Utilitiesbzip2Expand Method (Byte)
Decompress an array compressed using bzip2

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

Parameters

compressedData
Type: SystemByte
The array to expand

Return Value

Type: Byte
byte[] of decompressed data
See Also