Searched refs:readLen (Results 1 – 1 of 1) sorted by relevance
116 int readLen; in copyToFile() local120 while ((readLen = is.read(buffer)) != -1) { in copyToFile()121 os.write(buffer, 0, readLen); in copyToFile()