DataInput.readLong
Interface Overview | Interface Members |
This Package |
All Packages
public abstract long readLong() throws IOException
Returns
the long value read.
Description
Reads a long value from the input stream.
Exceptions
EOFException
if this stream reaches the end before reading
all the bytes.
Exceptions
IOException
if an I/O error occurs.