setPositionSync method
- int position
override
Synchronously sets the byte position in the file.
Throws a FileSystemException if the operation fails.
Implementation
@override
void setPositionSync(int position) => delegate.setPositionSync(position);