Searched refs:CHUNK_SIZE (Results 1 – 2 of 2) sorted by relevance
36 private static final int CHUNK_SIZE = 64 * 1024; field in CsvParser116 char[] buf = new char[CHUNK_SIZE]; in parse()202 buf = new char[old.length + CHUNK_SIZE]; in parse()
509 CHUNK_SIZE = 32*1024513 size = min(CHUNK_SIZE, remaining)514 if first_file.read(CHUNK_SIZE) != second_file.read(CHUNK_SIZE):