- All Known Implementing Classes:
CodedOut
public interface Out
TODO
-
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)
-
Method Details
-
writeInt
- Throws:
IOException
-
writeUInt
- Throws:
IOException
-
writeLong
- Throws:
IOException
-
writeFloat
- Throws:
IOException
-
writeDouble
- Throws:
IOException
-
writeString
- Throws:
IOException
-
writeBytes
- Throws:
IOException
-