| Modifier and Type | Method and Description |
|---|---|
byte[] |
readBytes() |
double |
readDouble() |
float |
readFloat() |
int |
readInt() |
long |
readLong() |
String |
readString() |
int |
readUInt() |
public int readInt()
throws IOException
readInt in interface InIOExceptionpublic int readUInt()
throws IOException
readUInt in interface InIOExceptionpublic long readLong()
throws IOException
readLong in interface InIOExceptionpublic float readFloat()
throws IOException
readFloat in interface InIOExceptionpublic double readDouble()
throws IOException
readDouble in interface InIOExceptionpublic String readString() throws IOException
readString in interface InIOExceptionpublic byte[] readBytes()
throws IOException
readBytes in interface InIOExceptionCopyright © 2021. All rights reserved.