Home
last modified time | relevance | path

Searched refs:destinationChannel (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java692 final FileChannel destinationChannel = ((FileOutputStream) out).getChannel(); in copyFile() local
693 sourceChannel.transferTo(0, Integer.MAX_VALUE, destinationChannel); in copyFile()