[TIBCO.EMS .NET client library 5.1 documentation]

Reads a int from the bytes message stream.

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

Syntax

public int ReadInt()
Public Function ReadInt As Integer
public:
int ReadInt()

Return Value

the int value read

Remarks

Reads four 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