bookExamples.ch15Streams.hw
Class Counter

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

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


Constructor Summary
Counter(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

Counter

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

run

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