| Constructor and Description |
|---|
DeflateDecoder() |
| 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()
DecoderContent-Encoding header.public InputStream decode(InputStream in) throws IOException
Decoderdecode in interface Decoderin - The input stream to be decoded.IOException - If an I/O exception occurs during decoding.Copyright © 2025 Open Identity Platform Community. All rights reserved.