Searched defs:ByteChannel (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/
H A DByteChannel.java20 * A ByteChannel is both readable and writable.
28 public interface ByteChannel extends ReadableByteChannel, WritableByteChannel { interface in inherits:ReadableByteChannel,WritableByteChannel

Completed in 31 milliseconds