public interface ObjectOutput extends DataOutput
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
writeObject(Object var0) |
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFvoid close()
throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionvoid writeObject(Object var0) throws IOException
IOException