Searched refs:totalBytesRead (Results 1 – 1 of 1) sorted by relevance
535 int totalBytesRead = 0; in readFully() local536 while (totalBytesRead < out.length) { in readFully()537 int bytesRead = in.read(out, totalBytesRead, out.length - totalBytesRead); in readFully()539 if (totalBytesRead == 0) { in readFully()546 totalBytesRead += bytesRead; in readFully()