February 2002
Beginner to intermediate
544 pages
10h 23m
English
package javax.jms; public interface StreamMessage extends Message { boolean readBoolean() throws JMSException; byte readByte() throws JMSException; int readBytes(byte[] value) throws JMSException; char readChar() throws JMSException; double readDouble() throws JMSException; float readFloat() throws JMSException; int readInt() throws JMSException; long readLong() throws JMSException; Object readObject() throws JMSException; short readShort() throws JMSException; String readString() throws JMSException; void reset() throws JMSException; void writeBoolean(boolean value) throws JMSException; void writeByte(byte value) throws JMSException; void writeBytes(byte[] value) throws JMSException; void writeBytes(byte[] value, ...
Read now
Unlock full access