The conversion from hexadecimal characters to the returned bytes is performed with the charset named by {@link #getCharset()}.
@param array a byte[] to convert to Hex characters @return A byte[] containing the bytes of the hexadecimal characters @since 1.7 No longer throws IllegalStateException if the charsetName is invalid. @see #encodeHex(byte[])
|
|
|
|
|
|
|
|