Seeks to the position pos in this RandomAccessFile. All read/write/skip methods sent will be relative to pos.
@param pos the desired file pointer position
@throws IOException If the stream is already closed or another IOException occurs.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.