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.java421 private long transferToDirectly(long position, int icount, in transferToDirectly() method in FileChannelImpl
587 if ((n = transferToDirectly(position, icount, target)) >= 0) in transferTo()