menu
Dart
dart:io
RandomAccessFile
writeByteSync abstract method
writeByteSync
dark_mode
light_mode
描述
writeByteSync
抽象方法
int
writeByteSync
(
int
value
)
同步地将单个字节写入文件。
成功时返回 1。
如果操作失败,则抛出
FileSystemException
。
实现
int writeByteSync(int value);
Dart
dart:io
RandomAccessFile
writeByteSync 抽象方法
RandomAccessFile 类
Cookie 管理控件