XsBufferedFileStream.Flush 方法 (Boolean) | |
Clears buffers for this stream and causes any buffered data to be written to the file, and also clears all intermediate file buffers.
命名空间:
XSharp.IO
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD Flush(
lCommit AS LOGIC
) AS VOID
public override void Flush(
bool lCommit
)
查看代码参数
- lCommit
- 类型:Boolean
备注 This method overrides the normal behavior of the FileStream class and flushes the cached data to disk before calling the parent Flush() method.
参见