class Utils
extends java.lang.Object
This class is immutable and thread-safe.
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static int |
digit16(byte b)
Returns the numeric value of the character
b in radix 16. |
static int digit16(byte b)
throws DecoderException
b in radix 16.b - The byte to be converted.DecoderException - Thrown when the byte is not valid per Character.digit(char,int)