Searched refs:readBytes (Results 1 – 3 of 3) sorted by relevance
298 for (int readBytes = input.read(buffer); readBytes >= 0; readBytes = input.read(buffer)) in checkMagicAndCopyFileTo()299 output.write(buffer, 0, readBytes); in checkMagicAndCopyFileTo()
398 int readBytes = is.read(buf, 0, 100); in procLoop() local
1923 int readBytes; in processIntent() local1924 while ((readBytes = is.read(readBuffer)) >= 0) { in processIntent()1925 fos.write(readBuffer, 0, readBytes); in processIntent()