ObjectOutputStream.flush

ObjectOutputStream.flush

Class Overview | Class Members | This Package | All Packages

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

Exceptions
IOException If an I/O error has occurred.
Overrides
flush in class OutputStream