Searched refs:bytesReadCount (Results 1 – 1 of 1) sorted by relevance
205 int bytesReadCount; in copyStream() local206 while ((bytesReadCount = in.read(buffer)) != -1) { in copyStream()207 out.write(buffer, 0, bytesReadCount); in copyStream()