Searched refs:destinationChannel (Results 1 – 1 of 1) sorted by relevance
692 final FileChannel destinationChannel = ((FileOutputStream) out).getChannel(); in copyFile() local693 sourceChannel.transferTo(0, Integer.MAX_VALUE, destinationChannel); in copyFile()