public final class Charsets extends Object
| Modifier and Type | Field and Description |
|---|---|
static Charset |
DEFAULT
Default charset of this Java virtual machine.
|
static Charset |
ISO_8859_1
ISO Latin Alphabet 1 (ISO-LATIN-1).
|
static Charset |
US_ASCII
7-bit ASCII (ISO646-US).
|
static Charset |
UTF_16
16-bit UCS Transformation Format, byte order identified by an
optional byte-order mark.
|
static Charset |
UTF_16BE
16-bit UCS Transformation Format, big-endian byte order.
|
static Charset |
UTF_16LE
16-bit UCS Transformation Format, little-endian byte order.
|
static Charset |
UTF_8
8-bit UCS Transformation Format.
|
public static final Charset DEFAULT
public static final Charset US_ASCII
public static final Charset ISO_8859_1
public static final Charset UTF_8
public static final Charset UTF_16
public static final Charset UTF_16BE
public static final Charset UTF_16LE
Copyright © 2012–2015. All rights reserved.