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

/libcore/ojluni/src/main/java/java/nio/channels/
H A DPipe.java36 * Pipe.SinkChannel sink} channel and a readable {@link Pipe.SourceChannel source}
59 public static abstract class SourceChannel class in class:Pipe
69 protected SourceChannel(SelectorProvider provider) { method in class:Pipe.SourceChannel
132 public abstract SourceChannel source();

Completed in 58 milliseconds