flushSync 抽象方法

void flushSync()

同步将文件内容刷新到磁盘。

如果操作失败,则抛出 FileSystemException

实现

void flushSync();