java.lang.Object
de.haumacher.msgbuf.coder.CodedOut
- All Implemented Interfaces:
Out
TODO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteBytes(byte[] value) voidwriteDouble(double value) voidwriteFloat(float value) voidwriteInt(int value) voidwriteLong(long value) voidwriteString(String value) voidwriteUInt(int value)
-
Constructor Details
-
CodedOut
Creates aCodedOut.
-
-
Method Details
-
writeInt
- Specified by:
writeIntin interfaceOut- Throws:
IOException
-
writeUInt
- Specified by:
writeUIntin interfaceOut- Throws:
IOException
-
writeLong
- Specified by:
writeLongin interfaceOut- Throws:
IOException
-
writeFloat
- Specified by:
writeFloatin interfaceOut- Throws:
IOException
-
writeDouble
- Specified by:
writeDoublein interfaceOut- Throws:
IOException
-
writeString
- Specified by:
writeStringin interfaceOut- Throws:
IOException
-
writeBytes
- Specified by:
writeBytesin interfaceOut- Throws:
IOException
-