WebLogic Messaging API Class Library

IBytesMessage.ReadInt Method 

Reads a signed 32-bit integer from the bytes message stream.

int ReadInt();

Return Value

the next four bytes from the bytes message stream, interpreted as an int

Exceptions

Exception Type Condition
MessageException if JMS fails to read the message due to some internal error.
MessageEOFException if unexpected end of bytes stream has been reached.
MessageNotReadableException if the message is in write-only mode.

See Also

IBytesMessage Interface | WebLogic.Messaging Namespace