Searched defs:transferTo (Results 1 – 7 of 7) sorted by relevance
129 public long transferTo(Writer out) throws IOException { in nullReader() method379 public long transferTo(Writer out) throws IOException { in transferTo() method
155 public long transferTo(OutputStream out) throws IOException { in nullInputStream() method777 public long transferTo(OutputStream out) throws IOException { in transferTo() method
202 public synchronized long transferTo(OutputStream out) throws IOException { in transferTo() method in ByteArrayInputStream
629 public abstract long transferTo(long position, long count, in transferTo() method in FileChannel
139 public long transferTo(long position, long count, java.nio.channels.WritableByteChannel target) in transferTo() method in FileChannelImpl
633 public long transferTo(long position, long count, in transferTo() method in FileChannelImpl
3178 public long transferTo(long arg0, long arg1, WritableByteChannel arg2) in transferTo() method in FileChannelTest.MockFileChannel