Click or drag to resize
UtilitiesGzipExpandInternal Method
GZIP-Expand function which shows no UI and will throw on error

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static byte[] GzipExpandInternal(
	bool bUseXceed,
	byte[] compressedData
)

Parameters

bUseXceed
Type: SystemBoolean
TRUE if you want to use Xceed to decompress; false if you want to use System.IO
compressedData
Type: SystemByte
byte[] to decompress

Return Value

Type: Byte
A decompressed byte array, or byte[0]. Throws on errors.
See Also