Java io.netty.util CharsetUtil fields, constructors, methods, implement or subclass

Example usage for Java io.netty.util CharsetUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.util CharsetUtil.

The text is from its open source code.

Field

CharsetUTF_16
16-bit UTF (UCS Transformation Format) whose byte order is identified by an optional byte-order mark
CharsetUTF_8
8-bit UTF (UCS Transformation Format)
CharsetISO_8859_1
ISO Latin Alphabet No.
CharsetUS_ASCII
7-bit ASCII, as known as ISO646-US or the Basic Latin block of the Unicode character set

Method

CharsetDecoderdecoder(Charset charset)
Returns a cached thread-local CharsetDecoder for the specified Charset .
CharsetEncoderencoder(Charset charset)
Returns a cached thread-local CharsetEncoder for the specified Charset .
CharsetDecodergetDecoder(Charset charset)
CharsetEncodergetEncoder(Charset charset)