public class PlainTextFileDataReader extends java.lang.Object implements DataReader
Constructor and Description |
---|
PlainTextFileDataReader(java.io.BufferedReader in) |
PlainTextFileDataReader(java.io.File f) |
PlainTextFileDataReader(java.io.InputStream in) |
Modifier and Type | Method and Description |
---|---|
double |
readDouble() |
int |
readInt() |
java.lang.String |
readUTF() |
public PlainTextFileDataReader(java.io.File f) throws java.io.IOException
java.io.IOException
public PlainTextFileDataReader(java.io.InputStream in)
public PlainTextFileDataReader(java.io.BufferedReader in)
public double readDouble() throws java.io.IOException
readDouble
in interface DataReader
java.io.IOException
public int readInt() throws java.io.IOException
readInt
in interface DataReader
java.io.IOException
public java.lang.String readUTF() throws java.io.IOException
readUTF
in interface DataReader
java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved