Reads a long value from this stream.
public long readLong()
Returns the long value that was read.
IOException thrown if an I/O error occurs or if the stream does not support reading.
EOFException thrown if the end of the stream is reached before eight bytes could be read.
The current position is advanced by eight bytes.
See Also writeLong