Methods in org.apache.commons.id that throw DecoderException |
byte[] |
Hex.decode(byte[] array)
Converts an array of character bytes representing hexidecimal values into an
array of bytes of those same values. |
java.lang.Object |
Hex.decode(java.lang.Object object)
Converts a String or an array of character bytes representing hexidecimal values into an
array of bytes of those same values. |
static byte[] |
Hex.decodeHex(char[] data)
Converts an array of characters representing hexidecimal values into an
array of bytes of those same values. |
protected static int |
Hex.toDigit(char ch,
int index)
Converts a hexadecimal character to an integer. |