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