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