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

/dalvik/libcore/nio/src/main/java/java/nio/channels/
H A DReadableByteChannel.java23 * A {@code ReadableByteChannel} is a type of {@link Channel} that can read
26 * Read operations are synchronous on a {@code ReadableByteChannel}, that is,
31 public interface ReadableByteChannel extends Channel { interface in inherits:Channel

Completed in 49 milliseconds