Searched refs:chunkTotal (Results 1 – 1 of 1) sorted by relevance
55 int chunkTotal; in routeSocketDataToOutput() local56 while ((chunkTotal = in.readInt()) > 0) { in routeSocketDataToOutput()57 while (chunkTotal > 0) { in routeSocketDataToOutput()58 int toRead = (chunkTotal > buffer.length) ? buffer.length : chunkTotal; in routeSocketDataToOutput()65 chunkTotal -= nRead; in routeSocketDataToOutput()