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
670 private long transferFromFileChannel(FileChannelImpl src, in transferFromFileChannel() method in FileChannelImpl759 return transferFromFileChannel((FileChannelImpl)src, in transferFrom()