Searched refs:DEFAULT_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
119 private static final int DEFAULT_BUFFER_SIZE = 1024 * 4; field in CopyUtils196 byte[] buffer = new byte[DEFAULT_BUFFER_SIZE]; in copy()221 char[] buffer = new char[DEFAULT_BUFFER_SIZE]; in copy()
121 private static final int DEFAULT_BUFFER_SIZE = 1024 * 4; field in IOUtils1022 byte[] buffer = new byte[DEFAULT_BUFFER_SIZE]; in copyLarge()1125 char[] buffer = new char[DEFAULT_BUFFER_SIZE]; in copyLarge()