Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DIOUtils.java1023 public static long copyLarge(InputStream input, OutputStream output) in copyLarge() method in IOUtils
1127 public static long copyLarge(Reader input, Writer output) throws IOException { in copyLarge() method in IOUtils