Modifier and Type | Field and Description |
---|---|
private static final List |
Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public boolean | Returns: true if CharSet values are aliases.CharSet to compare the value to. cs)Tell if CharSet values are aliases. |
public static CharSet | |
public Charset | |
public static CharSet | |
public static CharSet | |
public String[] | Returns: String[] of Charset names.Implements abstract org. |
public final void | setValue(final String
the value)String value of the attributeOverrides org. |
VALUES | back to summary |
---|---|
private static final List<String> VALUES |
CharSet | back to summary |
---|---|
public CharSet() Default constructor. |
CharSet | back to summary |
---|---|
public CharSet(String value) Construct a new CharSet with the specified value.
|
equivalent | back to summary |
---|---|
public boolean equivalent(CharSet cs) Tell if CharSet values are aliases.
|
getAscii | back to summary |
---|---|
public static CharSet getAscii() Convenience methood: get US-ASCII CharSet.
|
getCharset | back to summary |
---|---|
public Charset getCharset() Convert this enumerated type to a
|
getDefault | back to summary |
---|---|
public static CharSet getDefault() Get the default value as provided by Charset.
|
getUtf8 | back to summary |
---|---|
public static CharSet getUtf8() Convenience method: get UTF-8 CharSet.
|
getValues | back to summary |
---|---|
public String[] getValues() Implements abstract org. Return the possible values. |
setValue | back to summary |
---|---|
public final void setValue(final String value) Overrides org. Accept additional values for backwards compatibility (some java.io encoding names not available in java.nio) |