Searched refs:transferFromFileChannel (Results 1 – 2 of 2) sorted by relevance
144 private long transferFromFileChannel(sun.nio.ch.FileChannelImpl src, long position, long count) in transferFromFileChannel() method in FileChannelImpl
668 private long transferFromFileChannel(FileChannelImpl src, in transferFromFileChannel() method in FileChannelImpl757 return transferFromFileChannel((FileChannelImpl)src, in transferFrom()