public class RoboCharsets extends Object
Modifier and Type | Field and Description |
---|---|
static Charset |
ISO_8859_1
A cheap and type-safe constant for the ISO-8859-1 Charset.
|
static Charset |
US_ASCII
A cheap and type-safe constant for the US-ASCII Charset.
|
static Charset |
UTF_8
A cheap and type-safe constant for the UTF-8 Charset.
|
Constructor and Description |
---|
RoboCharsets() |
public static final Charset ISO_8859_1
A cheap and type-safe constant for the ISO-8859-1 Charset.
public static final Charset US_ASCII
A cheap and type-safe constant for the US-ASCII Charset.
public static final Charset UTF_8
A cheap and type-safe constant for the UTF-8 Charset.