Uses of Class
com.g11ntoolkit.util.RecordNotFound

Packages that use RecordNotFound
com.g11ntoolkit.tokfile The set of classes that make up the TokFile support for the G11NToolKit. 
 

Uses of RecordNotFound in com.g11ntoolkit.tokfile
 

Methods in com.g11ntoolkit.tokfile that throw RecordNotFound
 java.lang.String TokFile.getFirstRecord()
          Returns the first record in the buffer.
 java.lang.String TokFile.getNextRecord()
          Returns the next record in the buffer.
 java.lang.String TokFile.getRecord(int offset)
          Returns the record at the specified offset in the buffer.