opennlp.model
Interface DataReader

All Known Implementing Classes:
BinaryFileDataReader, ObjectDataReader, PlainTextFileDataReader

public interface DataReader


Method Summary
 double readDouble()
           
 int readInt()
           
 java.lang.String readUTF()
           
 

Method Detail

readDouble

double readDouble()
                  throws java.io.IOException
Throws:
java.io.IOException

readInt

int readInt()
            throws java.io.IOException
Throws:
java.io.IOException

readUTF

java.lang.String readUTF()
                         throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.