public interface DataReader
| Modifier and Type | Method and Description | 
|---|---|
| double | readDouble() | 
| int | readInt() | 
| String | readUTF() | 
double readDouble()
           throws IOException
IOExceptionint readInt()
     throws IOException
IOExceptionString readUTF() throws IOException
IOExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.