XsFileStream.Flush Method | |
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.21
Syntax Exceptions Exception | Condition |
---|
IOException | An I/O error occurred. |
ObjectDisposedException | The stream is closed. |
See Also