Searched refs:toByte (Results 1 – 1 of 1) sorted by relevance
143 private static int toByte(char c) in toByte() method in HexDump159 … buffer[i / 2] = (byte)((toByte(hexString.charAt(i)) << 4) | toByte(hexString.charAt(i+1))); in hexStringToByteArray()