Searched refs:numReadThisLoop (Results 1 – 1 of 1) sorted by relevance
76 int numReadThisLoop = expectedBytesStream.read(buffer, 0, maxToRead); in write() local77 if (numReadThisLoop == -1) { in write()80 for (int matchCount = 0; matchCount < numReadThisLoop; matchCount++) { in write()85 numReadSoFar += numReadThisLoop; in write()