Searched refs:BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
54 private static final int BUF_SIZE = 1024 * 8; field in Uploader165 final byte[] buf = new byte[BUF_SIZE]; in uploadContents()