bookExamples.ch15Streams.hw
Class Adder

java.lang.Object
  extended by bookExamples.ch15Streams.hw.Adder
All Implemented Interfaces:
java.lang.Runnable

public class Adder
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
Adder(java.io.PipedInputStream argPipedIn, java.io.PipedOutputStream argPipedOut)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adder

public Adder(java.io.PipedInputStream argPipedIn,
             java.io.PipedOutputStream argPipedOut)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable