public class BinaryFileDataReader extends Object implements DataReader
Constructor and Description |
---|
BinaryFileDataReader(DataInputStream in) |
BinaryFileDataReader(File f) |
BinaryFileDataReader(InputStream in) |
public BinaryFileDataReader(File f) throws IOException
IOException
public BinaryFileDataReader(InputStream in)
public BinaryFileDataReader(DataInputStream 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.