opennlp.model
Interface DataReader

All Known Implementing Classes:
BinaryFileDataReader, ObjectDataReader, PlainTextFileDataReader

public interface DataReader


Method Summary
 double readDouble()
           
 int readInt()
           
 String readUTF()
           
 

Method Detail

readDouble

double readDouble()
                  throws IOException
Throws:
IOException

readInt

int readInt()
            throws IOException
Throws:
IOException

readUTF

String readUTF()
               throws IOException
Throws:
IOException


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