Home
last modified time | relevance | path

Searched refs:transferTo (Results 1 – 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelTest.java2707 readOnlyFileChannel.transferTo(0, 10, writableByteChannel); in test_transferToJJLWritableByteChannel_Null()
2713 writeOnlyFileChannel.transferTo(0, 10, writableByteChannel); in test_transferToJJLWritableByteChannel_Null()
2720 readWriteFileChannel.transferTo(0, 10, writableByteChannel); in test_transferToJJLWritableByteChannel_Null()
2727 writeOnlyFileChannel.transferTo(-1, 0, writableByteChannel); in test_transferToJJLWritableByteChannel_Null()
2741 readOnlyFileChannel.transferTo(0, 10, writableByteChannel); in test_transferToJJLWritableByteChannel_Closed()
2749 writeOnlyFileChannel.transferTo(0, 10, writableByteChannel); in test_transferToJJLWritableByteChannel_Closed()
2757 readWriteFileChannel.transferTo(0, 10, writableByteChannel); in test_transferToJJLWritableByteChannel_Closed()
2765 readWriteFileChannel.transferTo(0, -1, writableByteChannel); in test_transferToJJLWritableByteChannel_Closed()
2777 readOnlyFileChannel.transferTo(0, 10, writableByteChannel); in test_transferToJJLWritableByteChannel_SourceClosed()
2783 writeOnlyFileChannel.transferTo(0, 10, writableByteChannel); in test_transferToJJLWritableByteChannel_SourceClosed()
[all …]
/libcore/ojluni/src/main/java/java/nio/channels/
DFileChannel.java619 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/luni/src/test/java/libcore/java/nio/channels/
DOldFileChannelTest.java1057 readOnlyFileChannel.transferTo(10, -1, writableByteChannel); in test_transferToJJLWritableByteChannel_IllegalArgument()
1064 readWriteFileChannel.transferTo(-1, 10, writableByteChannel); in test_transferToJJLWritableByteChannel_IllegalArgument()
/libcore/ojluni/src/main/java/sun/nio/ch/
DFileChannelImpl.java635 public long transferTo(long position, long count, in transferTo() method in FileChannelImpl