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