Constructor and Description |
---|
HexUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
byteArrayToHexString(byte[] inValue) |
static byte[] |
hexStringToByteArray(String inHexString) |
static boolean |
isHex(String inValue)
Returns whether or not the specified String could be a hexidecimal number.
|
public HexUtil()
public static boolean isHex(String inValue)
public static byte[] hexStringToByteArray(String inHexString)
public static String byteArrayToHexString(byte[] inValue)
jataylor@hairyfatguy.com