Searched refs:readCount (Results 1 – 1 of 1) sorted by relevance
98 int readCount = mReader.read(charBuffer, 0, charBuffer.length); in run() local99 if (readCount < 0) { in run()102 String newRead = new String(charBuffer, 0, readCount); in run()