org.marc4j.util
Class CodeTable
java.lang.Object
|
+--org.marc4j.util.CodeTable
- public class CodeTable
- extends Object
CodeTable
defines a data structure to facilitate AnselToUnicode
character conversion.
- Version:
- $Revision: 1.2 $
- Author:
- Corey Keith
Method Summary |
static char |
getChar(int c,
int mode)
|
static boolean |
isCombining(int i,
int g0,
int g1)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
charsets
protected static Hashtable charsets
combining
protected static Hashtable combining
CodeTable
public CodeTable(InputStream byteStream)
CodeTable
public CodeTable(String filename)
CodeTable
public CodeTable(URI uri)
isCombining
public static boolean isCombining(int i,
int g0,
int g1)
getChar
public static char getChar(int c,
int mode)
Copyright © 2001-2003 Bas Peters. All Rights Reserved.