Searched refs:chunkSizeInBytes (Results 1 – 2 of 2) sorted by relevance
49 int chunkSizeInBytes = 32 * 1024; // 32KB in routeSocketDataToOutput() local52 chunkSizeInBytes = 64 * 1024; // 64KB in routeSocketDataToOutput()54 byte[] buffer = new byte[chunkSizeInBytes]; in routeSocketDataToOutput()
393 int chunkSizeInBytes = 8 * 1024; // 8KB in run() local396 chunkSizeInBytes = 64 * 1024; // 64KB in run()398 final byte[] buffer = new byte[chunkSizeInBytes]; in run()