Home
last modified time | relevance | path

Searched refs:ByteChannel (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/
DByteChannel.java28 public interface ByteChannel extends ReadableByteChannel, WritableByteChannel { interface
DSocketChannel.java66 ByteChannel, ScatteringByteChannel, GatheringByteChannel {
DDatagramChannel.java46 implements ByteChannel, ScatteringByteChannel, GatheringByteChannel {
DFileChannel.java80 implements ByteChannel, GatheringByteChannel, ScatteringByteChannel {