public interface CharTable
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding()
Returns the encoding name of the table.
|
String |
getName()
Returns the name of the table.
|
int |
toEncoding(char unicode)
Converts a unicode into a character code.
|
int |
toEncoding(String name)
Converts name into character code.
|
String |
toName(char c)
Converts unicode character to name.
|
String |
toName(Character c)
Converts unicode Character object to name.
|
String |
toName(int enc)
Converts character code into a name.
|
String |
toName(Integer enc)
Converts character code Integer object into a name.
|
char |
toUnicode(String name)
Converts a name to a unicode character.
|
String toName(char c)
c - unicode characterString toName(Character c)
c - unicode Character objectString toName(int enc)
enc - codeString toName(Integer enc)
enc - code Integer objectint toEncoding(String name)
name - name of the characterint toEncoding(char unicode)
unicode - unicode characterchar toUnicode(String name)
name - of the characterString getName()
String getEncoding()
Copyright © 2014. All rights reserved.