readByte 抽象方法

Future<int> readByte()

从文件中读取一个字节。

返回一个 Future<int> 对象,当完成时带有该字节,或当到达文件末尾时为 -1。

实现

Future<int> readByte();