public interface In
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readBytes() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
String |
readString() |
int |
readUInt() |
int readInt()
throws IOException
IOExceptionint readUInt()
throws IOException
IOExceptionlong readLong()
throws IOException
IOExceptionfloat readFloat()
throws IOException
IOExceptiondouble readDouble()
throws IOException
IOExceptionString readString() throws IOException
IOExceptionbyte[] readBytes()
throws IOException
IOExceptionCopyright © 2021. All rights reserved.