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