Interfaces

BytesMessages

The BytesMessage method lets you store various types of data in a message as a stream of bytes. The interface to this class is similar to the DataInput and DataOutput interfaces.

read Methods
 public boolean readBoolean() throws JMSException public byte readByte() throws JMSException public int readBytes(byte[] value) throws JMSException public int readBytes(byte[] value, int length) throws JMSException public char readChar() throws JMSException public double readDouble() throws JMSException public float readFloat() throws JMSException public int readInt() throws JMSException public long readLong() throws JMSException public short readShort() throws JMSException public int readUnsignedByte() throws JMSException public ...

Get Special Edition Using Java™ 2 Enterprise Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.