setPositionSync abstract method
- int position
Synchronously sets the byte position in the file.
Throws a FileSystemException if the operation fails.
Implementation
void setPositionSync(int position);
Synchronously sets the byte position in the file.
Throws a FileSystemException if the operation fails.
void setPositionSync(int position);