public class ReverseCodeTableHash extends ReverseCodeTable
ReverseCodeTableHash defines a data structure to facilitate
UnicodeToAnsel character conversion.
DefaultHandler| Modifier and Type | Field and Description |
|---|---|
protected static Hashtable<Character,Hashtable<Integer,char[]>> |
charsets |
protected static Vector<Character> |
combining |
charsetsUsed, g, lastLookupKey, lastLookupValue| Constructor and Description |
|---|
ReverseCodeTableHash(InputStream byteStream)
Creates a reverse codetable hash from the supplied
InputStream. |
ReverseCodeTableHash(String filename)
Creates a reverse codetable hash from the supplied file name.
|
ReverseCodeTableHash(URI uri)
Creates a reverse codetable hash from the supplied
URI. |
| Modifier and Type | Method and Description |
|---|---|
Hashtable<Integer,char[]> |
getCharTable(Character c)
Gets the character table for the supplied
Character. |
boolean |
isCombining(Character c)
|
charHasMatch, codeTableHash, deHexify, getBestCharSet, getCharEntry, getCurrentG0CharEntry, getCurrentG1CharEntry, getPreviousG0, getPreviousG1, init, inPreviousG0CharEntry, inPreviousG1CharEntry, setPreviousG0, setPreviousG1public ReverseCodeTableHash(InputStream byteStream)
InputStream.byteStream - public ReverseCodeTableHash(String filename)
filename - public boolean isCombining(Character c)
isCombining in class ReverseCodeTablec - public Hashtable<Integer,char[]> getCharTable(Character c)
Character.getCharTable in class ReverseCodeTablec - CharacterCopyright © 2014 FreeLibrary. All Rights Reserved.