String into a
ByteBuf and vice versa.请参阅: 说明
| 类 | 说明 |
|---|---|
| LineEncoder |
Apply a line separator to the requested
String and encode it into a ByteBuf. |
| LineSeparator |
A class to represent line separators in different environments.
|
| StringDecoder |
Decodes a received
ByteBuf into a String. |
| StringEncoder |
Encodes the requested
String into a ByteBuf. |
String into a
ByteBuf and vice versa.