ObjectOutputStream.flush
Class Overview | Class Members |
This Package |
All Packages
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