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.IOExceptionIOutputArray writeArray() throws java.io.IOException
java.io.IOExceptionvoid writeInt(int value)
throws java.io.IOException
java.io.IOExceptionvoid writeString(java.lang.String string)
throws java.io.IOException
java.io.IOException