菜单
Dart
dart:io
RandomAccessFile
readByte 抽象方法
readByte
暗色模式
亮色模式
描述
readByte
抽象方法
Future
<
int
>
readByte
(
)
从文件中读取一个字节。
返回一个
Future<int>
,完成时包含字节,或当达到文件末尾时返回 -1。
实现
Future<int> readByte();
Dart
dart:io
RandomAccessFile
readByte 抽象方法
RandomAccessFile 类
Cookie 管理控件