Searched refs:toAsciiChars (Results 1 – 2 of 2) sorted by relevance
103 return toAsciiChars((byte[]) raw); in encode()257 public static char[] toAsciiChars(byte[] raw) { in toAsciiChars() method in BinaryCodec288 return new String(toAsciiChars(raw)); in toAsciiString()
462 method @Deprecated public static char[] toAsciiChars(byte[]);