java.io
Interface ObjectOutput

All Superinterfaces:
DataOutput
All Known Implementing Classes:
ObjectOutputStream

public interface ObjectOutput
extends DataOutput


Method Summary
 void close()
           
 void flush()
           
 void writeObject(Object var0)
           
 
Methods inherited from interface java.io.DataOutput
write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTF
 

Method Detail

close

void close()
           throws IOException
Throws:
IOException

flush

void flush()
           throws IOException
Throws:
IOException

writeObject

void writeObject(Object var0)
                 throws IOException
Throws:
IOException