com.ibm.tools.rbbi
Class BuildDictionaryFile

java.lang.Object
  |
  +--com.ibm.tools.rbbi.BuildDictionaryFile

public class BuildDictionaryFile
extends java.lang.Object


Constructor Summary
BuildDictionaryFile()
           
 
Method Summary
 short at(int row, char ch)
           
 short at(int row, int col)
           
 void build(java.lang.String filename, java.lang.String encoding)
           
 void buildColumnMap(java.io.InputStreamReader in)
           
 void buildStateTable(java.io.InputStreamReader in)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildDictionaryFile

public BuildDictionaryFile()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.FileNotFoundException,
                        java.io.UnsupportedEncodingException,
                        java.io.IOException

build

public void build(java.lang.String filename,
                  java.lang.String encoding)
           throws java.io.FileNotFoundException,
                  java.io.UnsupportedEncodingException,
                  java.io.IOException

buildColumnMap

public void buildColumnMap(java.io.InputStreamReader in)
                    throws java.io.IOException

buildStateTable

public void buildStateTable(java.io.InputStreamReader in)
                     throws java.io.IOException

at

public final short at(int row,
                      char ch)

at

public final short at(int row,
                      int col)


Copyright (c) 2001 IBM Corporation and others.