Searched refs:readNow (Results 1 – 1 of 1) sorted by relevance
53 int readNow = in.read(destination, startAt + numRead, numBytes - numRead); in readFully() local54 if (readNow == -1) { in readFully()57 numRead += readNow; in readFully()