ObjectInputStream.readInt

ObjectInputStream.readInt

Class Overview | Class Members | This Package | All Packages

Syntax
public int readInt() throws IOException
Returns
the 32 bit integer read.
Description
Reads a 32 bit int.

Exceptions
EOFException If end of file is reached.
Exceptions
IOException If other I/O error has occurred.