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