position 抽象方法

Future<int> position()

获取文件中的当前字节位置。

返回一个完成时包含位置的 Future<int>

实现

Future<int> position();