Searched refs:HEX_CHARS (Results 1 – 1 of 1) sorted by relevance
325 private static final char[] HEX_CHARS = { field in StreamUtil340 sb.append(HEX_CHARS[b]); in bytesToHexString()342 sb.append(HEX_CHARS[b]); in bytesToHexString()