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

/libcore/luni/src/main/java/java/nio/channels/
H A DWritableByteChannel.java23 * A {@code WritableByteChannel} is a type of {@link Channel} that can write
26 * Write operations are synchronous on a {@code WritableByteChannel}, that is,
31 public interface WritableByteChannel extends Channel { interface in inherits:Channel

Completed in 163 milliseconds