Click or drag to resize
UtilitiesGzipExpand Method (Byte)
Expands a GZIP-compressed byte array

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

Parameters

compressedData
Type: SystemByte
The array to decompress

Return Value

Type: Byte
byte[] containing an un-gzipped copy of compressedData[]
See Also