Searched refs:tmpBytesRead (Results 1 – 1 of 1) sorted by relevance
446 int tmpBytesRead; in read() local448 tmpBytesRead = is.read(buffer, bytesRead, bytesToRead - bytesRead); in read()449 if (tmpBytesRead == -1) { in read()452 bytesRead += tmpBytesRead; in read()