public class MessageUtils extends Object
| Constructor and Description |
|---|
MessageUtils() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getPacketBytes(OfmMutablePacketOut mpo)
Returns a reference to the backing byte array of packet data in a
mutable packet out message.
|
public static byte[] getPacketBytes(OfmMutablePacketOut mpo)
OfmPacketOut message,
since we are handing out a reference to the backing byte array of
the packet data.mpo - mutable packet outCopyright © 2014. All Rights Reserved.