Click or drag to resize

XsFileStream.Flush Method

X#
Clears buffers for this stream and causes any buffered data to be written to the file.

Namespace:  XSharp.IO
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Flush() AS VOID
Request Example View Source
Exceptions
ExceptionCondition
IOExceptionAn I/O error occurred.
ObjectDisposedExceptionThe stream is closed.
See Also