Searched refs:BUFSIZ (Results 1 – 1 of 1) sorted by relevance
52 private static final int BUFSIZ = 1024 * 1024; // 1MB field in DumpTruck173 final byte[] buf = new byte[BUFSIZ]; in zipUp()180 while (0 < (len = is.read(buf, 0, BUFSIZ))) { in zipUp()