UtilitiesGzipExpand Method (Byte) |
Expands a GZIP-compressed byte array
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static byte[] GzipExpand(
byte[] compressedData
)
Public Shared Function GzipExpand (
compressedData As Byte()
) As Byte()
public:
static array<unsigned char>^ GzipExpand(
array<unsigned char>^ compressedData
)
Parameters
- compressedData
- Type: SystemByte
The array to decompress
Return Value
Type:
Bytebyte[] containing an un-gzipped copy of compressedData[]
See Also