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

/packages/apps/Email/src/org/apache/commons/io/
H A DIOUtils.java295 public static char[] toCharArray(InputStream is) throws IOException { method in class:IOUtils
298 return output.toCharArray();
318 public static char[] toCharArray(InputStream is, String encoding) method in class:IOUtils
322 return output.toCharArray();
337 public static char[] toCharArray(Reader input) throws IOException { method in class:IOUtils
340 return sw.toCharArray();

Completed in 946 milliseconds