Attach() private méthode

private Attach ( PipedInputStream iss ) : void
iss PipedInputStream
Résultat void
Exemple #1
0
 public PipedInputStream(PipedOutputStream os) : this()
 {
     os.Attach(this);
 }
		public PipedInputStream (PipedOutputStream os): this ()
		{
			os.Attach (this);
		}