public class RoboCharsets extends Object
| Modifier and Type | Field | 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 | Description |
|---|---|
RoboCharsets() |
public static final Charset ISO_8859_1
public static final Charset US_ASCII
public static final Charset UTF_8