Dart SDK
dart:io
RandomAccessFile
closeSync
method
closeSync
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
void
closeSync
( )
Synchronously closes the file.
Throws a
FileSystemException
if the operation fails.