public class ObjectDataReader extends Object implements DataReader
Modifier and Type | Field and Description |
---|---|
protected ObjectInputStream |
ois |
Constructor and Description |
---|
ObjectDataReader(ObjectInputStream ois) |
protected ObjectInputStream ois
public ObjectDataReader(ObjectInputStream ois)
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 © 2018 The Apache Software Foundation. All rights reserved.