Searched refs:BUF_SIZE (Results 1 – 2 of 2) sorted by relevance
34 private static final int BUF_SIZE = 0x1000; // 2K chars (4K bytes) field in JsonReaderImpl52 char[] buffer = new char[BUF_SIZE]; in jsonFileToString()
40 private static final int BUF_SIZE = 0x1000; // 4K field in IOUtils56 byte[] buf = new byte[BUF_SIZE]; in copy()