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

Packages that use DecoderException
org.apache.commons.id This package contains factories and implementation classes to generate unique identifiers. 
 

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.
 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.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.