UtilitiesXpressExpand Method |
Decompress a byte array that was compressed using Microsoft's Xpress Raw format.
Available only on Windows 8+
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static byte[] XpressExpand(
byte[] arrBlock
)
Public Shared Function XpressExpand (
arrBlock As Byte()
) As Byte()
public:
static array<unsigned char>^ XpressExpand(
array<unsigned char>^ arrBlock
)
Parameters
- arrBlock
- Type: SystemByte
Array to decompress
Return Value
Type:
Bytebyte[] of decompressed data
See Also