Overview | Methods | This Package | All Packages
Reads an integer from this stream.
Syntax
public int readInt()
Return Value
Returns an integer from this stream.
Remarks
This method implements the IDataStream.readInt method. This method calls the read method to read four bytes and then combine them into an integer.