Searched refs:canTransferToDirectly (Results 1 – 3 of 3) sorted by relevance
59 abstract boolean canTransferToDirectly(SelectableChannel sc); in canTransferToDirectly() method in FileDispatcher
138 boolean canTransferToDirectly(java.nio.channels.SelectableChannel sc) { in canTransferToDirectly() method in FileDispatcherImpl
520 if (!nd.canTransferToDirectly(sc)) in transferToDirectly()