ObjectOutput.flush

ObjectOutput.flush

Interface Overview | Interface Members | This Package | All Packages

Syntax
public abstract void flush() throws IOException
Description
Flushes the stream. This will write any buffered output bytes.

Exceptions
IOException If an I/O error has occurred.