public interface IOutputArray
Modifier and Type | Method and Description |
---|---|
IOutputArray |
writeArray() |
void |
writeInt(int value) |
IOutputObject |
writeObject() |
void |
writeString(java.lang.String string) |
IOutputObject writeObject() throws java.io.IOException
java.io.IOException
IOutputArray writeArray() throws java.io.IOException
java.io.IOException
void writeInt(int value) throws java.io.IOException
java.io.IOException
void writeString(java.lang.String string) throws java.io.IOException
java.io.IOException