-
- All Known Implementing Classes:
CodedIn
public interface InTODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]readBytes()doublereadDouble()floatreadFloat()intreadInt()longreadLong()StringreadString()intreadUInt()
-
-
-
Method Detail
-
readInt
int readInt() throws IOException- Throws:
IOException
-
readUInt
int readUInt() throws IOException- Throws:
IOException
-
readLong
long readLong() throws IOException- Throws:
IOException
-
readFloat
float readFloat() throws IOException- Throws:
IOException
-
readDouble
double readDouble() throws IOException- Throws:
IOException
-
readString
String readString() throws IOException
- Throws:
IOException
-
readBytes
byte[] readBytes() throws IOException- Throws:
IOException
-
-