| |
|
| dalma.endpoints.jms.impl.BytesMessageImpl
BytesMessageImpl | public class BytesMessageImpl extends MessageImpl implements BytesMessage(Code) | | Serializable
BytesMessage .
author: Kohsuke Kawaguchi |
BytesMessageImpl | public BytesMessageImpl()(Code) | | |
clearBody | public void clearBody() throws JMSException(Code) | | |
getBodyLength | public long getBodyLength() throws JMSException(Code) | | |
readBoolean | public boolean readBoolean() throws JMSException(Code) | | |
readByte | public byte readByte() throws JMSException(Code) | | |
readBytes | public int readBytes(byte[] value) throws JMSException(Code) | | |
readBytes | public int readBytes(byte[] value, int length) throws JMSException(Code) | | |
readChar | public char readChar() throws JMSException(Code) | | |
readDouble | public double readDouble() throws JMSException(Code) | | |
readFloat | public float readFloat() throws JMSException(Code) | | |
readInt | public int readInt() throws JMSException(Code) | | |
readLong | public long readLong() throws JMSException(Code) | | |
readShort | public short readShort() throws JMSException(Code) | | |
readUnsignedByte | public int readUnsignedByte() throws JMSException(Code) | | |
readUnsignedShort | public int readUnsignedShort() throws JMSException(Code) | | |
reset | public void reset() throws JMSException(Code) | | |
writeBoolean | public void writeBoolean(boolean value) throws JMSException(Code) | | |
writeByte | public void writeByte(byte value) throws JMSException(Code) | | |
writeBytes | public void writeBytes(byte[] value) throws JMSException(Code) | | |
writeBytes | public void writeBytes(byte[] value, int offset, int length) throws JMSException(Code) | | |
writeChar | public void writeChar(char value) throws JMSException(Code) | | |
writeDouble | public void writeDouble(double value) throws JMSException(Code) | | |
writeFloat | public void writeFloat(float value) throws JMSException(Code) | | |
writeInt | public void writeInt(int value) throws JMSException(Code) | | |
writeLong | public void writeLong(long value) throws JMSException(Code) | | |
writeObject | public void writeObject(Object value) throws JMSException(Code) | | |
writeShort | public void writeShort(short value) throws JMSException(Code) | | |
writeTo | public void writeTo(BytesMessage d) throws JMSException(Code) | | |
writeUTF | public void writeUTF(String value) throws JMSException(Code) | | |
|
|
|