Java java.nio.charset StandardCharsets fields, constructors, methods, implement or subclass

Example usage for Java java.nio.charset StandardCharsets fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.nio.charset StandardCharsets.

The text is from its open source code.

Field

CharsetUS_ASCII
Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set.
CharsetISO_8859_1
ISO Latin Alphabet No.
CharsetUTF_8
Eight-bit UCS Transformation Format.
CharsetUTF_16BE
Sixteen-bit UCS Transformation Format, big-endian byte order.
CharsetUTF_16LE
Sixteen-bit UCS Transformation Format, little-endian byte order.
CharsetUTF_16
Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark.