positionSync method
Synchronously gets the current byte position in the file.
Throws a FileSystemException if the operation fails.
Implementation
@override
int positionSync() => randomAccessFile.positionSync();
Synchronously gets the current byte position in the file.
Throws a FileSystemException if the operation fails.
@override
int positionSync() => randomAccessFile.positionSync();