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