Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DReader.java129 public long transferTo(Writer out) throws IOException { in nullReader() method
379 public long transferTo(Writer out) throws IOException { in transferTo() method
DInputStream.java155 public long transferTo(OutputStream out) throws IOException { in nullInputStream() method
777 public long transferTo(OutputStream out) throws IOException { in transferTo() method
DByteArrayInputStream.java202 public synchronized long transferTo(OutputStream out) throws IOException { in transferTo() method in ByteArrayInputStream
/libcore/ojluni/src/main/java/java/nio/channels/
DFileChannel.java629 public abstract long transferTo(long position, long count, in transferTo() method in FileChannel
/libcore/ojluni/annotations/hiddenapi/sun/nio/ch/
DFileChannelImpl.java139 public long transferTo(long position, long count, java.nio.channels.WritableByteChannel target) in transferTo() method in FileChannelImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java633 public long transferTo(long position, long count, in transferTo() method in FileChannelImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelTest.java3178 public long transferTo(long arg0, long arg1, WritableByteChannel arg2) in transferTo() method in FileChannelTest.MockFileChannel