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() |
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.