public interface RDataInput extends Closeable
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readByteArray(int length) |
double |
readDouble() |
int |
readInt() |
int readInt()
throws IOException
IOExceptiondouble readDouble()
throws IOException
IOExceptionbyte[] readByteArray(int length)
throws IOException
IOExceptionCopyright © 2022. All rights reserved.