public class Hex extends Object
Hex()
static byte[]
decode(byte[] hexString)
decode(String s)
static String
encode(byte[] b)
encode(byte[] b, int offset, int length)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Hex()
public static byte[] decode(String s)
public static byte[] decode(byte[] hexString)
public static String encode(byte[] b)
public static String encode(byte[] b, int offset, int length)