Home
last modified time | relevance | path

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

/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