Java com.google.common.base Charsets fields, constructors, methods, implement or subclass

Example usage for Java com.google.common.base Charsets fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.common.base Charsets.

The text is from its open source code.

Field

CharsetUS_ASCII
US-ASCII: seven-bit ASCII, the Basic Latin block of the Unicode character set (ISO646-US).
CharsetISO_8859_1
ISO-8859-1: ISO Latin Alphabet Number 1 (ISO-LATIN-1).
CharsetUTF_8
UTF-8: eight-bit UCS Transformation Format.
CharsetUTF_16BE
UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order.
CharsetUTF_16LE
UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order.
CharsetUTF_16
UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark.