IDataStream.readLong

Overview | Methods | This Package | All Packages

IDataStream.readLong

Reads a long value from this stream.

Syntax

public long readLong()

Return Value

Returns the long value that was read.

Exceptions

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.

Remarks

The current position is advanced by eight bytes.

See Also   writeLong