public interface BufferDecoder
| Modifier and Type | Method and Description |
|---|---|
Deserializer<Buffer> |
decoder()
Get the
Deserializer to use for aggregated content. |
CharSequence |
encodingName()
Get the name of the encoding.
|
StreamingDeserializer<Buffer> |
streamingDecoder()
Get the
StreamingDeserializer to use for streaming content. |
Deserializer<Buffer> decoder()
Deserializer to use for aggregated content.Deserializer to use for aggregated content.StreamingDeserializer<Buffer> streamingDecoder()
StreamingDeserializer to use for streaming content.StreamingDeserializer to use for streaming content.CharSequence encodingName()