Home
last modified time | relevance | path

Searched refs:transferFromFileChannel (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java144 private long transferFromFileChannel(sun.nio.ch.FileChannelImpl src, long position, long count) in transferFromFileChannel() method in FileChannelImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java668 private long transferFromFileChannel(FileChannelImpl src, in transferFromFileChannel() method in FileChannelImpl
757 return transferFromFileChannel((FileChannelImpl)src, in transferFrom()