See Also: RandomAccessFile Members
Allows reading from and writing to a file in a random-access manner. This is different from the uni-directional sequential access that a Java.IO.FileInputStream or Java.IO.FileOutputStream provides. If the file is opened in read/write mode, write operations are available as well. The position of the next read or write operation can be moved forwards and backwards after every operation.