[TIBCO.EMS.UFOCLIENT .NET client library 6.3 documentation]

Reads a long from the bytes message stream.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public long ReadLong()
Public Function ReadLong As Long
public:
long long ReadLong()

Return Value

the long value read

Remarks

Reads eight bytes from the byte stream of a BytesMessage and advances the read position so that the next read call gets the next datum.

See Also