Home
last modified time | relevance | path

Searched defs:toCharArray (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/org/apache/commons/io/
DIOUtils.java295 public static char[] toCharArray(InputStream is) throws IOException { in toCharArray() method in IOUtils
318 public static char[] toCharArray(InputStream is, String encoding) in toCharArray() method in IOUtils
337 public static char[] toCharArray(Reader input) throws IOException { in toCharArray() method in IOUtils
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DIOUtils.java296 public static char[] toCharArray(InputStream is) throws IOException { in toCharArray() method in IOUtils
319 public static char[] toCharArray(InputStream is, String encoding) in toCharArray() method in IOUtils
338 public static char[] toCharArray(Reader input) throws IOException { in toCharArray() method in IOUtils