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 © 2017 The Apache Software Foundation. All rights reserved.