Searched refs:chunkTotal (Results 1 – 1 of 1) sorted by relevance
48 int chunkTotal; in routeSocketDataToOutput() local49 while ((chunkTotal = in.readInt()) > 0) { in routeSocketDataToOutput()50 while (chunkTotal > 0) { in routeSocketDataToOutput()51 int toRead = (chunkTotal > buffer.length) ? buffer.length : chunkTotal; in routeSocketDataToOutput()58 chunkTotal -= nRead; in routeSocketDataToOutput()