truncateSync 抽象方法

void truncateSync(
  1. int length
)

同步将文件截断(或扩展)到 length 字节。

如果操作失败,则抛出 FileSystemException

实现

void truncateSync(int length);