Searched refs:readNow (Results 1 – 1 of 1) sorted by relevance
147 int readNow = in.read(buffer.array(), totalRead, len - totalRead); in read() local148 if (readNow < 0) { // end-of-stream, error in read()149 Log.e(TAG, "read returned " + readNow); in read()152 totalRead += readNow; in read()