| 程序包 | 说明 |
|---|---|
| org.springframework.core.codec |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractDataBufferDecoder<T>
Abstract base class for
Decoder implementations that can decode
a DataBuffer directly to the target element type. |
class |
ByteArrayDecoder
Decoder for
byte arrays. |
class |
ByteBufferDecoder
Decoder for
ByteBuffers. |
class |
DataBufferDecoder
Simple pass-through decoder for
DataBuffers. |
class |
ResourceDecoder
Decoder for
Resources. |
class |
StringDecoder
Decode from a data buffer stream to a
String stream. |