menu
Dart
dart:io
RandomAccessFile
positionSync abstract method
positionSync
dark_mode
light_mode
描述
positionSync
抽象方法
int
positionSync
(
)
同步获取文件中的当前字节位置。
如果操作失败,则抛出
FileSystemException
异常。
实现
int positionSync();
Dart
dart:io
RandomAccessFile
positionSync 抽象方法
RandomAccessFile 类
cookie 管理