May 2001
Intermediate to advanced
1088 pages
30h 13m
English
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.
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 ...
Read now
Unlock full access