public class EncodedMessage extends Object
Constructor and Description |
---|
EncodedMessage(long messageFormat,
byte[] data,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
org.apache.qpid.proton.message.Message |
decode() |
byte[] |
getArray() |
int |
getArrayOffset() |
int |
getLength() |
long |
getMessageFormat() |
String |
toString() |
public EncodedMessage(long messageFormat, byte[] data, int offset, int length)
public long getMessageFormat()
public int getLength()
public int getArrayOffset()
public byte[] getArray()
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.