XsWin32FileStream.Flush 方法 | |
Clears buffers for this stream and causes any buffered data to be written to the file.
命名空间:
XSharp.IO
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Flush() AS VOID
public override void Flush()
查看代码异常 异常 | 条件 |
---|
IOException | An I/O error occurred. |
ObjectDisposedException | The stream is closed. |
参见