public PipedInputStream(java.io.PipedOutputStream @out, int pipeSize) : this(pipeSize ) { throw new System.NotImplementedException(); }
public virtual void connect(java.io.PipedOutputStream src) { throw new System.NotImplementedException(); }
public PipedInputStream(java.io.PipedOutputStream @out) { throw new System.NotImplementedException(); }