-
- All Known Implementing Classes:
CodedOut
public interface OutTODO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteBytes(byte[] value)voidwriteDouble(double value)voidwriteFloat(float value)voidwriteInt(int value)voidwriteLong(long value)voidwriteString(String value)voidwriteUInt(int value)
-
-
-
Method Detail
-
writeInt
void writeInt(int value) throws IOException- Throws:
IOException
-
writeUInt
void writeUInt(int value) throws IOException- Throws:
IOException
-
writeLong
void writeLong(long value) throws IOException- Throws:
IOException
-
writeFloat
void writeFloat(float value) throws IOException- Throws:
IOException
-
writeDouble
void writeDouble(double value) throws IOException- Throws:
IOException
-
writeString
void writeString(String value) throws IOException
- Throws:
IOException
-
writeBytes
void writeBytes(byte[] value) throws IOException- Throws:
IOException
-
-