Uses of Class
org.apache.commons.id.DecoderException

Packages that use DecoderException
org.apache.commons.id   
 

Uses of DecoderException in org.apache.commons.id
 

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.
 Object Hex.decode(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.
 



Copyright © 2013 LittleShoot. All Rights Reserved.