javax.jms
public interface StreamMessage extends Message
Version: $Rev: 467553 $ $Date: 2006-10-25 05:01:51 +0100 (Wed, 25 Oct 2006) $
Method Summary | |
---|---|
boolean | readBoolean() |
byte | readByte() |
int | readBytes(byte[] value) |
char | readChar() |
double | readDouble() |
float | readFloat() |
int | readInt() |
long | readLong() |
Object | readObject() |
short | readShort() |
String | readString() |
void | reset() |
void | writeBoolean(boolean value) |
void | writeByte(byte value) |
void | writeBytes(byte[] value) |
void | writeBytes(byte[] value, int offset, int length) |
void | writeChar(char value) |
void | writeDouble(double value) |
void | writeFloat(float value) |
void | writeInt(int value) |
void | writeLong(long value) |
void | writeObject(Object value) |
void | writeShort(short value) |
void | writeString(String value) |