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