readByte 抽象方法

Future<int> readByte()

从文件中读取一个字节。

返回一个 Future<int>,完成时包含字节,或当达到文件末尾时返回 -1。

实现

Future<int> readByte();