Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/binary/
DBinaryCodec.java103 return toAsciiChars((byte[]) raw); in encode()
257 public static char[] toAsciiChars(byte[] raw) { in toAsciiChars() method in BinaryCodec
288 return new String(toAsciiChars(raw)); in toAsciiString()
/external/apache-http/api/
Dcurrent.txt462 method @Deprecated public static char[] toAsciiChars(byte[]);