public class Utilities
extends java.lang.Object
Constructor and Description |
---|
Utilities() |
Modifier and Type | Method and Description |
---|---|
static int |
getActiveLengthOfBuffer(org.apache.mina.core.buffer.IoBuffer buffer) |
static java.lang.String |
getHexString(byte[] array) |
static byte[] |
intToByteArray(int value) |
static boolean |
IsSOETypeMessage(byte[] data) |
static byte[] |
shortToByteArray(short value) |
public static java.lang.String getHexString(byte[] array)
public static int getActiveLengthOfBuffer(org.apache.mina.core.buffer.IoBuffer buffer)
public static boolean IsSOETypeMessage(byte[] data)
public static byte[] intToByteArray(int value)
public static byte[] shortToByteArray(short value)