Reads a long value from this stream.
public long readLong()
Returns the long value that was read.
This method implements the IDataStream.readLong method. This method calls the readInt method twice and then combines the two integers into a long integer.