Searched refs:fIn (Results 1 – 4 of 4) sorted by relevance
77 FileInputStream fIn = new FileInputStream(srcF) ; in copyFile() local84 while ((bytesRead = fIn.read(buf)) > 0) in copyFile()87 fIn.close() ; in copyFile()
80 FileInputStream fIn = new FileInputStream(srcF) ; in copyFile() local87 while ((bytesRead = fIn.read(buf)) > 0) in copyFile()90 fIn.close() ; in copyFile()
96 FileInputStream fIn = new FileInputStream(srcF) ; in copyFile() local101 while ((bytesRead = fIn.read(buf)) > 0) in copyFile()104 fIn.close() ; in copyFile()
99 FileInputStream fIn = new FileInputStream(srcF) ; in copyFile() local104 while ((bytesRead = fIn.read(buf)) > 0) in copyFile()107 fIn.close() ; in copyFile()
Completed in 28 milliseconds