Package java.io
Interface ObjectOutput
- All Superinterfaces:
DataOutput
- All Known Implementing Classes:
ObjectOutputStream
-
Method Summary
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
-
Method Details
-
close
- Throws:
IOException
-
flush
- Throws:
IOException
-
writeObject
- Throws:
IOException
-