Hierarchy of Applet Class IN java

The read() method reads the byte located a the position in the file currently pointed to by the file pointer in theRandomAccessFile instance. Here is a thing the JavaDoc forgets to mention: The read() method increments the file pointer to point to the next byte in the file after the byte just read! ................
................