- java.lang.Object
-
- de.haumacher.msgbuf.coder.CodedIn
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]readBytes()doublereadDouble()floatreadFloat()intreadInt()longreadLong()StringreadString()intreadUInt()
-
-
-
Method Detail
-
readInt
public int readInt() throws IOException- Specified by:
readIntin interfaceIn- Throws:
IOException
-
readUInt
public int readUInt() throws IOException- Specified by:
readUIntin interfaceIn- Throws:
IOException
-
readLong
public long readLong() throws IOException- Specified by:
readLongin interfaceIn- Throws:
IOException
-
readFloat
public float readFloat() throws IOException- Specified by:
readFloatin interfaceIn- Throws:
IOException
-
readDouble
public double readDouble() throws IOException- Specified by:
readDoublein interfaceIn- Throws:
IOException
-
readString
public String readString() throws IOException
- Specified by:
readStringin interfaceIn- Throws:
IOException
-
readBytes
public byte[] readBytes() throws IOException- Specified by:
readBytesin interfaceIn- Throws:
IOException
-
-