WebLogic Messaging API Class Library

IBytesMessage.ReadByte\xA0Method\xA0

Reads a signed 8-bit value from the bytes message stream.

sbyte\xA0ReadByte();

Return Value

the next byte from the bytes message stream as a signed 8-bit sbyte

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