Gunzip
See javadoc - uk.gov.gchq.koryphe.impl.function.Gunzip
Available since Koryphe version 1.8.0
Decompresses gzipped data
Examples
Gunzip
byte array of string
Java
JSON
Full JSON
Python
final Gunzip gunzip = new Gunzip();
{
"class" : "Gunzip"
}
{
"class" : "uk.gov.gchq.koryphe.impl.function.Gunzip"
}
g.Gunzip()
Input type:
byte[]
Example inputs:
Input Type | Input | Result Type | Result |
---|---|---|---|
byte[] | � +I-.Q(.)��K EG | byte[] | test string |