menu
Dart
dart:io
RandomAccessFile
read abstract method
read
brightness_4
brightness_5
description
read
abstract method
Future
<
Uint8List
>
read
(
int
count
)
Reads up to
count
bytes from a file.
Implementation
Future<Uint8List> read(int count);
Dart
dart:io
RandomAccessFile
read abstract method
RandomAccessFile class
Constructors
RandomAccessFile
Properties
hashCode
path
runtimeType
Methods
close
closeSync
flush
flushSync
length
lengthSync
lock
lockSync
noSuchMethod
position
positionSync
read
readByte
readByteSync
readInto
readIntoSync
readSync
setPosition
setPositionSync
toString
truncate
truncateSync
unlock
unlockSync
writeByte
writeByteSync
writeFrom
writeFromSync
writeString
writeStringSync
Operators
operator ==