Click or drag to resize
UtilitiesXpressExpand Method
Decompress a byte array that was compressed using Microsoft's Xpress Raw format. Available only on Windows 8+

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

Parameters

arrBlock
Type: SystemByte
Array to decompress

Return Value

Type: Byte
byte[] of decompressed data
See Also