WebLogic Messaging API Class Library

IStreamMessage. Method 

NOTE: This method is now obsolete.

Method will be removed soon. You can use unchecked((byte)ReadByte()) instead


Reads a byte value from the stream message.

byte ();

Return Value

the next byte from the stream message as a 8-bit byte

Exceptions

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

See Also

IStreamMessage Interface | WebLogic.Messaging Namespace