Searched refs:allowSingleChar (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
H A DHexEncoding.java52 * Decodes the provided hexadecimal string into a byte array. If {@code allowSingleChar}
58 public static byte[] decode(char[] encoded, boolean allowSingleChar) throws IllegalArgumentException { argument
64 if (allowSingleChar) {

Completed in 33 milliseconds