Lines Matching refs:PipedOutputStream
35 * to the corresponding <code>PipedOutputStream</code>
47 * @see java.io.PipedOutputStream
105 public PipedInputStream(PipedOutputStream src) throws IOException {
123 public PipedInputStream(PipedOutputStream src, int pipeSize)
131 * that it is not yet {@linkplain #connect(java.io.PipedOutputStream)
133 * It must be {@linkplain java.io.PipedOutputStream#connect(
135 * <code>PipedOutputStream</code> before being used.
143 * {@linkplain #connect(java.io.PipedOutputStream) connected} and
145 * It must be {@linkplain java.io.PipedOutputStream#connect(
147 * connected} to a <code>PipedOutputStream</code> before being used.
188 public void connect(PipedOutputStream src) throws IOException {
197 * {@link #connect(java.io.PipedOutputStream) unconnected},
223 * {@link #connect(java.io.PipedOutputStream) unconnected},
300 * {@link #connect(java.io.PipedOutputStream) unconnected},
365 * {@link #connect(java.io.PipedOutputStream) unconnected},
421 * is {@link #connect(java.io.PipedOutputStream) unconnected}, or