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

/packages/apps/Email/src/org/apache/commons/io/
H A DCopyUtils.java119 private static final int DEFAULT_BUFFER_SIZE = 1024 * 4; field in class:CopyUtils
196 byte[] buffer = new byte[DEFAULT_BUFFER_SIZE];
221 char[] buffer = new char[DEFAULT_BUFFER_SIZE];
H A DIOUtils.java121 private static final int DEFAULT_BUFFER_SIZE = 1024 * 4; field in class:IOUtils
1022 byte[] buffer = new byte[DEFAULT_BUFFER_SIZE];
1125 char[] buffer = new char[DEFAULT_BUFFER_SIZE];

Completed in 87 milliseconds