Click or drag to resize
UtilitiesDeflaterExpand Method (Byte)
Decompress a byte array that was compressed using RFC1951 DEFLATE

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

Parameters

compressedData
Type: SystemByte
Array to decompress

Return Value

Type: Byte
byte[] of decompressed data
See Also