Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/channels/
DGatheringByteChannel.java27 public interface GatheringByteChannel extends WritableByteChannel { interface
DPipe.java34 implements WritableByteChannel, GatheringByteChannel {
DSocketChannel.java66 ByteChannel, ScatteringByteChannel, GatheringByteChannel {
DDatagramChannel.java46 implements ByteChannel, ScatteringByteChannel, GatheringByteChannel {
DFileChannel.java80 implements ByteChannel, GatheringByteChannel, ScatteringByteChannel {