Uses of Class
de.cuioss.tools.codec.DecoderException
Packages that use DecoderException
Package
Description
Provides types and structures similiar to
https://github.com/apache/commons-codec.
-
Uses of DecoderException in de.cuioss.tools.codec
Methods in de.cuioss.tools.codec that throw DecoderExceptionModifier and TypeMethodDescriptionbyte[]Hex.decode(byte[] array) Converts an array of character bytes representing hexadecimal values into an array of bytes of those same values.Converts a String or an array of character bytes representing hexadecimal values into an array of bytes of those same values.byte[]Hex.decode(ByteBuffer buffer) Converts a buffer of character bytes representing hexadecimal values into an array of bytes of those same values.static byte[]Hex.decodeHex(char[] data) Converts an array of characters representing hexadecimal values into an array of bytes of those same values.static byte[]Converts a String representing hexadecimal values into an array of bytes of those same values.protected static intHex.toDigit(char ch, int index) Converts a hexadecimal character to an integer.