public class Lookup extends Object
Modifier and Type | Method and Description |
---|---|
static Lookup |
getInstance() |
int |
getNumberOfTables()
Gives the total number of tables included in the file
|
CharTable |
getTable(String tableName)
Gives the requested encoding table Valid table names can be requested
with a call to
|
String[] |
getTableNames()
Gives the names of tables that can be used in a string array.
|
String |
toName(char uc)
Converts a unicode character to name.
|
String |
toName(Character uc)
Converts a unicode character to name.
|
char |
toUnicode(String name)
Converts a name to unicode.
|
public static Lookup getInstance()
public char toUnicode(String name)
public String toName(char uc)
public String toName(Character uc)
public CharTable getTable(String tableName)
getTableNames().
public int getNumberOfTables()
public String[] getTableNames()
Copyright © 2014. All rights reserved.