Klasse Charsets
java.lang.Object
org.deidentifier.arx.gui.resources.Charsets
A class for managing charsets. In comparison to the class
Charset provided by the Java libraries,
this class restricts the set of available charset to the most common ones (ordered by frequency of use)
and it provides consistent and beautified labels.-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic CharsetgetCharsetForName(String name) Returns a charset for the given namestatic StringReturns the system's default charsetstatic String[]Returns a list of available charsets.
-
Konstruktordetails
-
Charsets
public Charsets()
-
-
Methodendetails
-
getCharsetForName
Returns a charset for the given name- Parameter:
name-- Gibt zurück:
-
getNameOfDefaultCharset
Returns the system's default charset- Gibt zurück:
-
getNamesOfAvailableCharsets
Returns a list of available charsets. The list is restricted to the most common charsets.- Gibt zurück:
-