UtilitiesDeflaterExpand Method (Byte) |
Decompress a byte array that was compressed using RFC1951 DEFLATE
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static byte[] DeflaterExpand(
byte[] compressedData
)
Public Shared Function DeflaterExpand (
compressedData As Byte()
) As Byte()
public:
static array<unsigned char>^ DeflaterExpand(
array<unsigned char>^ compressedData
)
Parameters
- compressedData
- Type: SystemByte
Array to decompress
Return Value
Type:
Bytebyte[] of decompressed data
See Also