Package java.ioClass OutputStream
void flush()
Throws:
_INSERT_METHOD_SIGNATURE_HERE_
Description:
The flush method of OutputStream does nothing, i.e. it has to be implemented in a derived class.
Flushes this output stream and forces any buffered data to be written to it's destination.