Searched refs:transferToDirectly (Results 1 – 2 of 2) sorted by relevance
121 private long transferToDirectly( in transferToDirectly() method in FileChannelImpl
498 private long transferToDirectly(long position, int icount, in transferToDirectly() method in FileChannelImpl657 if ((n = transferToDirectly(position, icount, target)) >= 0) in transferTo()