Searched refs:needToRead (Results 1 – 1 of 1) sorted by relevance
76 int needToRead = (int) Math.min(4096, mSize - total); in download() local77 int count = input.read(data, 0, needToRead); in download()