readUnsignedByte
public int readUnsignedByte() throws JMSException;
Reads an unsigned 8-bit number from the bytes message.
- Returns
- the next byte from the bytes message, interpreted as an unsigned 8-bit number.
- Exceptions
- MessageEOFException - if end of message stream
- JMSException - with reasons
- MQJMS_EXCEPTION_MESSAGE_NOT_READABLE
- MQJMS_EXCEPTION_MESSAGE_EOF
- IOException - if an I/O error has occurred.
uj25950_