|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.marc4j.util.UnicodeToIso6937
A utility to convert UCS/Unicode data to ISO 6937.
Constructor Summary | |
UnicodeToIso6937()
|
Method Summary | |
char[] |
convert(char[] data)
Converts UCS/Unicode data to ISO 6937. |
String |
convert(String data)
Converts UCS/Unicode data to ISO 6937. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnicodeToIso6937()
Method Detail |
public String convert(String data)
Converts UCS/Unicode data to ISO 6937.
A question mark (0x3F) is returned if there is no match.
convert
in interface CharacterConverter
data
- the UCS/Unicode data
String
- the ISO 6937 datapublic char[] convert(char[] data)
Converts UCS/Unicode data to ISO 6937.
A question mark (0x3F) is returned if there is no match.
convert
in interface CharacterConverter
data
- the UCS/Unicode data
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |