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

/libcore/luni/src/main/java/java/io/
H A DPipedOutputStream.java27 public class PipedOutputStream extends OutputStream { class in inherits:OutputStream
35 * Constructs a new unconnected {@code PipedOutputStream}. The resulting
39 public PipedOutputStream() { method in class:PipedOutputStream
43 * Constructs a new {@code PipedOutputStream} connected to the
52 public PipedOutputStream(PipedInputStream target) throws IOException { method in class:PipedOutputStream
122 * Separate threads should be used to write to a {@code PipedOutputStream}
155 * Separate threads should be used to write to a {@code PipedOutputStream}

Completed in 120 milliseconds