Searched refs:totalReadLength (Results 1 – 1 of 1) sorted by relevance
2622 int totalReadLength = 0; in readAsString() local2623 while (totalReadLength < maxLength) { in readAsString()2624 final int availableLength = Math.min(maxLength - totalReadLength, buffer.length); in readAsString()2628 totalReadLength += currentLength; in readAsString()