public class EncodedMessage
extends java.lang.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() |
java.lang.String |
toString() |
public EncodedMessage(long messageFormat,
byte[] data,
int offset,
int length)
public long getMessageFormat()
public Message decode() throws java.lang.Exception
java.lang.Exceptionpublic int getLength()
public int getArrayOffset()
public byte[] getArray()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2013 FuseSource, Corp.. All Rights Reserved.