Dart SDK
dart:io
RandomAccessFile
read
method
read
RandomAccessFile
Properties
path
Constructors
RandomAccessFile
Methods
close
closeSync
readByte
readByteSync
read
readSync
readInto
readIntoSync
writeByte
writeByteSync
writeFrom
writeFromSync
writeString
writeStringSync
position
positionSync
setPosition
setPositionSync
truncate
truncateSync
length
lengthSync
flush
flushSync
lock
lockSync
unlock
unlockSync
toString
Future
<
List
<
int
>>
read
(
int
bytes
)
Reads bytes bytes from a file and returns the result as a list of bytes.