Package java.io
Class RandomAccessFile
Description:
Reads a signed 32-bit integer from this file. This method reads 4 bytes from the file, starting at the current file pointer.
This method blocks until the two bytes are read, the end of the stream is detected, or an exception is thrown.