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 </code>sink<code>} channel and a readable {@link
37 * Pipe.SourceChannel </code>source<code>} channel. Once some bytes are
53 public abstract class Pipe { class
56 * A channel representing the readable end of a {@link Pipe}. </p>
75 * <p> Pipe-source channels only support reading, so this method
87 * A channel representing the writable end of a {@link Pipe}. </p>
106 * <p> Pipe-sink channels only support writing, so this method returns
120 protected Pipe() { } method in class:Pipe
149 public static Pipe open() throws IOException {

Completed in 229 milliseconds