Searched refs:toAsciiChars (Results 1 – 1 of 1) sorted by relevance
98 return toAsciiChars((byte[]) raw); in encode()252 public static char[] toAsciiChars(byte[] raw) { in toAsciiChars() method in BinaryCodec283 return new String(toAsciiChars(raw)); in toAsciiString()