Method Summary |
|
public static void | copyArrays(byte[] dest, byte[] source, int fromIdx) Describe copyArrays method here. |
public static Object | decodeData(byte[] bytes, char type) Describe decodeData method here. |
public static double | decodeDouble(byte[] bytes) Describe decodeDouble method here. |
public static float | decodeFloat(byte[] bytes) Describe decodeFloat method here. |
public static int | decodeInt(byte[] bytes) Describe decodeInt method here. |
public static short | decodeShort(byte[] bytes) Describe decodeShort method here. |
public static int | getDataTypeSize(char type) Describe getDataTypeSize method here. |
public static boolean | isNumeric(char type) Describe isNumeric method here. |
public static byte[] | toBigEndian(byte[] source) Describe toBigEndian method here. |
public static int | unsigByteToInt(byte b) Describe unsigByteToInt method here. |