Home
last modified time | relevance | path

Searched defs:transferTo (Results 1 – 2 of 2) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileChannel.java499 public long transferTo(long position, long count, WritableByteChannel target) throws IOException { in transferTo() method in JimfsFileChannel
DRegularFile.java559 public long transferTo(long pos, long count, WritableByteChannel dest) throws IOException { in transferTo() method in RegularFile