Searched defs:hex (Results 1 – 3 of 3) sorted by relevance
249 String hex = in.substring(pos, pos + 4); in readEscapeCharacter() local600 public static int dehexchar(char hex) { in dehexchar()
122 public static Object deserializeHex(String hex) throws IOException, ClassNotFoundException { in deserializeHex()
135 String hex = Integer.toHexString(ch); in dumpString() local