|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.firebirdsql.encodings.CharacterTranslator
public class CharacterTranslator
Class responsible for character translation.
| Constructor Summary | |
|---|---|
CharacterTranslator()
|
|
| Method Summary | |
|---|---|
char[] |
getMapping()
Get mapping table. |
char |
getMapping(char toMap)
Get mapping for the specified character. |
void |
init(String mappingPath)
Initialize this class with the specified mapping. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CharacterTranslator()
| Method Detail |
|---|
public char[] getMapping()
public char getMapping(char toMap)
toMap - character to map.
public void init(String mappingPath)
throws FBSQLException
mappingPath - path to the .properties file with the corresponding
mapping.
IOException - if I/O error occured or specified mapping is
incorrect or cannot be found.
FBSQLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||