Searched refs:outChannel (Results 1 – 1 of 1) sorted by relevance
108 FileChannel outChannel = new FileOutputStream(out).getChannel(); in copyFile() local110 inChannel.transferTo(0, inChannel.size(), outChannel); in copyFile()115 if (outChannel != null) outChannel.close(); in copyFile()