Reads an integer from this stream.
public int readInt()
Returns an integer from this stream.
This method implements the IDataStream.readInt method. This method calls the read method to read four bytes and then combine them into an integer.