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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DFileChannelImpl.java400 private long transferToDirectly(long position, int icount, method in class:FileChannelImpl
565 if ((n = transferToDirectly(position, icount, target)) >= 0)

Completed in 23 milliseconds