Searched defs:Pipe (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}
52 public abstract class Pipe { class
55 * A channel representing the readable end of a {@link Pipe}.
77 * <p> Pipe-source channels only support reading, so this method
89 * A channel representing the writable end of a {@link Pipe}.
111 * <p> Pipe-sink channels only support writing, so this method returns
125 protected Pipe() { } method in class:Pipe
154 public static Pipe open() throws IOException {

Completed in 37 milliseconds