setPositionSync abstract method

void setPositionSync(
  1. int position
)

Synchronously sets the byte position in the file.

Throws a FileSystemException if the operation fails.

Implementation

void setPositionSync(int position);