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