Attach() private method

private Attach ( PipedInputStream iss ) : void
iss PipedInputStream
return void
Example #1
0
 public PipedInputStream(PipedOutputStream os) : this()
 {
     os.Attach(this);
 }
Example #2
0
		public PipedInputStream (PipedOutputStream os): this ()
		{
			os.Attach (this);
		}