Overview | Methods | This Package | All Packages
Reads a long value from this stream.
Syntax
public long readLong()
Return Value
Returns the long value that was read.
Remarks
This method implements the IDataStream.readLong method. This method calls the readInt method twice and then combines the two integers into a long integer.