readLong method of DataInput. Bytes for this operation are read from the contained input stream.
@return the next eight bytes of this input stream, interpreted as along.
@exception EOFException if this input stream reaches the end before reading eight bytes.
@exception IOException if an I/O error occurs.
@see RecordInputStream#in
| |