public class PlainTextFileDataReader extends Object implements DataReader
Constructor and Description |
---|
PlainTextFileDataReader(BufferedReader in) |
PlainTextFileDataReader(File f) |
PlainTextFileDataReader(InputStream in) |
public PlainTextFileDataReader(File f) throws IOException
IOException
public PlainTextFileDataReader(InputStream in)
public PlainTextFileDataReader(BufferedReader in)
public double readDouble() throws IOException
readDouble
in interface DataReader
IOException
public int readInt() throws IOException
readInt
in interface DataReader
IOException
public String readUTF() throws IOException
readUTF
in interface DataReader
IOException
Copyright © 2017 The Apache Software Foundation. All rights reserved.