org.freehep.graphics2d.font.encoding
Class CharTableConverter
java.lang.Object
org.freehep.graphics2d.font.encoding.CharTableConverter
public class CharTableConverter
- extends Object
CharTableConverter class generates java files from
given unicode formatted txt file to use with Lookup class.
Usage java CharTableConverter encoding.unicode.txt [encoding type]
- Version:
- $Id: CharTableConverter.java 8584 2006-08-10 23:06:37Z duns $
- Author:
- Sami Kama
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharTableConverter
public CharTableConverter()
putHeaders
public void putHeaders(String pkg,
String className)
throws Exception
- Throws:
Exception
putMethods
public void putMethods(String encoding,
String tableName)
throws Exception
- Throws:
Exception
openFiles
public void openFiles(File in,
String outName)
throws Exception
- Throws:
Exception
convertTxtToHash
public void convertTxtToHash(String encoding)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2011. All Rights Reserved.