Constructor and Description |
---|
GzipDecoder() |
Modifier and Type | Method and Description |
---|---|
InputStream |
decode(InputStream in)
Returns an instance of an input stream that decodes the specified input.
|
String |
getKey()
Returns the coding that the decoder supports, as it would appear in the
Content-Encoding header. |
public String getKey()
Decoder
Content-Encoding
header.public InputStream decode(InputStream in) throws IOException
Decoder
decode
in interface Decoder
in
- The input stream to be decoded.IOException
- If an I/O exception occurs during decoding.Copyright © 2025 Open Identity Platform Community. All rights reserved.