UtilitiesGzipCompress Method |
GZIPs a byte-array
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public static byte[] GzipCompress(
byte[] writeData
)
Public Shared Function GzipCompress (
writeData As Byte()
) As Byte()
public:
static array<unsigned char>^ GzipCompress(
array<unsigned char>^ writeData
)
Parameters
- writeData
- Type: SystemByte
Input byte array
Return Value
Type:
Bytebyte[] containing a gzip-compressed copy of writeData[]
See Also