public class EncodedMessage extends Object
| Constructor and Description |
|---|
EncodedMessage(long messageFormat,
byte[] data,
int offset,
int length) |
| Modifier and Type | Method and Description |
|---|---|
Message |
decode() |
byte[] |
getArray() |
int |
getArrayOffset() |
int |
getLength() |
long |
getMessageFormat() |
String |
toString() |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.