RandomAccessFile serve a leggere o scrivere un file con accesso random e non sequenziale
javadoc:
A random access file behaves like a large array of bytes stored in the file system. There is a kind of cursor, or index into the implied array, called the file pointer; input operations read bytes starting at the file pointer and advance the file pointer past the bytes read.
il metodo readFile non esiste