Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java500 private long transferToDirectly(long position, int icount, in transferToDirectly() method in FileChannelImpl
659 if ((n = transferToDirectly(position, icount, target)) >= 0) in transferTo()