DataOutputStream.flush

DataOutputStream.flush

Class Overview | Class Members | This Package | All Packages

Syntax
public void flush() throws IOException
Description
Flushes this data output stream. This forces any buffered output bytes to be written out to the stream.

The flush method of DataOuputStream calls the flush method of its underlying output stream.

Exceptions
IOException if an I/O error occurs.
Overrides
flush in class FilterOutputStream
See Also
out, flush