Searched refs:toAscii (Results 1 – 2 of 2) sorted by relevance
46 public static byte[] toAscii(String s) { in toAscii() method in Utility74 return new ByteArrayInputStream(toAscii(ascii)); in streamFromAsciiString()
221 private static char toAscii(int b) { in toAscii() method in Utils262 sbx.append(String.format("%c", toAscii(dup.get() & BYTE_MASK))); in bytesToBingoCard()