Reads an integer from this stream.
public int readInt()
Returns the integer value that was read.
IOException thrown if an I/O error occurs or if the stream does not support reading.
EOFException thrown if the end of the stream is reached before four bytes could be read.
The current position is advanced by four bytes.
See Also writeInt