Searched refs:totalBytesRead (Results 1 – 1 of 1) sorted by relevance
42 int totalBytesRead = 0; in readBytes() local47 …while ( ( bytesRead = is.read( aData[ 0 ], totalBytesRead, nBytesToRead ) ) > 0 && ( totalBytesRea… in readBytes()49 totalBytesRead += bytesRead; in readBytes()61 return totalBytesRead; in readBytes()
Completed in 14 milliseconds