java.lang.Object
public BitConverter()
public static java.lang.String bytesToHex(byte[] bytes)
public static java.lang.String bytesToHex(byte[] bytes,int offset,int length)
public static byte hexToBytes(String hexString)
public static final byte intToByteArray(int value)
public static int intFromByteArray(byte[] sizeBuf,int offset)
public static final byte shortToByteArray(short value)
public static short shortFromByteArray(byte[] sizeBuf,int offset)
Converts the byte array into a string of hex values.
public static java.lang.String bytesToHex(byte[] bytes,int end)
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |