Searched defs:transferTo (Results 1 – 5 of 5) sorted by relevance
88 public TransferResult transferTo(ByteBuffer out) { in transferTo() method in ByteBufferStoringSubscriber
499 public long transferTo(long position, long count, WritableByteChannel target) throws IOException { in transferTo() method in JimfsFileChannel
559 public long transferTo(long pos, long count, WritableByteChannel dest) throws IOException { in transferTo() method in RegularFile
183 override fun transferTo(out: OutputStream): Long { in readUtf8Line() method
56 void ResourceTracker::transferTo(ResourceTracker &DstRT) { in transferTo() function in llvm::orc::ResourceTracker