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