Example usage for Java io.netty.util CharsetUtil fields, constructors, methods, implement or subclass
The text is from its open source code.
Charset | UTF_16 16-bit UTF (UCS Transformation Format) whose byte order is identified by an optional byte-order mark |
Charset | UTF_8 8-bit UTF (UCS Transformation Format) |
Charset | ISO_8859_1 ISO Latin Alphabet No. |
Charset | US_ASCII 7-bit ASCII, as known as ISO646-US or the Basic Latin block of the Unicode character set |
CharsetDecoder | decoder(Charset charset) Returns a cached thread-local CharsetDecoder for the specified Charset . |
CharsetEncoder | encoder(Charset charset) Returns a cached thread-local CharsetEncoder for the specified Charset . |
CharsetDecoder | getDecoder(Charset charset) |
CharsetEncoder | getEncoder(Charset charset) |