readByteSync 抽象方法

int readByteSync()

同步从文件中读取一个字节。

如果到达文件末尾,则返回 -1。

如果操作失败,则抛出 FileSystemException

实现

int readByteSync();