ObjectInputStream.readLong

ObjectInputStream.readLong

Class Overview | Class Members | This Package | All Packages

Syntax
public long readLong() throws IOException
Returns
the read 64 bit long.
Description
Reads a 64 bit long.

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