Clears the buffers for this file and causes all buffered data to be written to the file.
public void flush()
WinIOException thrown if an error occurs or if the file has been closed.
This method calls the FlushFileBuffers Windows API function.
Overrides DataStream.flush
See Also com.ms.wfc.io.IByteStream.flush