Home
last modified time | relevance | path

Searched refs:DEFAULT_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

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