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