Searched refs:ScatteringByteChannel (Results 1 – 7 of 7) sorted by relevance
/libcore/ojluni/src/main/java/java/nio/channels/ |
D | ScatteringByteChannel.java | 49 public interface ScatteringByteChannel interface
|
D | Pipe.java | 61 implements ReadableByteChannel, ScatteringByteChannel
|
D | DatagramChannel.java | 115 implements ByteChannel, ScatteringByteChannel, GatheringByteChannel, MulticastChannel
|
D | SocketChannel.java | 118 implements ByteChannel, ScatteringByteChannel, GatheringByteChannel, NetworkChannel
|
D | FileChannel.java | 157 implements SeekableByteChannel, GatheringByteChannel, ScatteringByteChannel
|
/libcore/ |
D | openjdk_java_files.bp | 419 "ojluni/src/main/java/java/nio/channels/ScatteringByteChannel.java",
|
/libcore/api/ |
D | current.txt | 6088 …s.GatheringByteChannel java.nio.channels.MulticastChannel java.nio.channels.ScatteringByteChannel { 6106 …plements java.nio.channels.GatheringByteChannel java.nio.channels.ScatteringByteChannel java.nio.c… 6236 …eChannel implements java.nio.channels.ReadableByteChannel java.nio.channels.ScatteringByteChannel { 6249 public interface ScatteringByteChannel extends java.nio.channels.ReadableByteChannel { 6323 …els.GatheringByteChannel java.nio.channels.NetworkChannel java.nio.channels.ScatteringByteChannel {
|