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 DataReaderIOExceptionpublic int readInt()
throws IOException
readInt in interface DataReaderIOExceptionpublic String readUTF() throws IOException
readUTF in interface DataReaderIOExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.