Searched refs:totalRead (Results 1 – 2 of 2) sorted by relevance
184 int totalRead = 0; in copyMarkedBuffer() local198 totalRead += toRead; in copyMarkedBuffer()201 return totalRead; in copyMarkedBuffer()
2254 int totalRead = 0; in stream2String() local2259 totalRead += read; in stream2String()2261 } while (((-1 == maxLength) || (totalRead < maxLength)) && (read != -1)); in stream2String()