Home
last modified time | relevance | path

Searched refs:toAsciiChars (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/binary/
DBinaryCodec.java98 return toAsciiChars((byte[]) raw); in encode()
252 public static char[] toAsciiChars(byte[] raw) { in toAsciiChars() method in BinaryCodec
283 return new String(toAsciiChars(raw)); in toAsciiString()