- offset
- the new file pointer position.
Type Reason Java.IO.IOException if this file is closed, pos or another I/O error occurs.
Moves this file's file pointer to a new position, from where following read, write or skip operations are done. The position may be greater than the current length of the file, but the file's length will only change if the moving of the pointer is followed by a write operation.