writeByteSync 抽象方法

int writeByteSync(
  1. int value
)

同步地将单个字节写入文件。

成功时返回 1。

如果操作失败,则抛出 FileSystemException

实现

int writeByteSync(int value);