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