org.freehep.graphicsio.font.encoding
Class CharTableConverter
java.lang.Object
org.freehep.graphicsio.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,v 1.1 2001/11/29 01:45:27 duns Exp $
- Author:
- Sami Kama
- Source Code:
- CharTableConverter.java
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()
throws Exception
- Throws:
Exception
putMethods
public void putMethods()
throws Exception
- Throws:
Exception
openFiles
public void openFiles(String txtName,
String enc)
throws Exception
- Throws:
Exception
convertTxtToHash
public void convertTxtToHash()
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
Copyright © 2000-2004 FreeHEP, All Rights Reserved.