com.ptc.wgmecad
Class StreamDumper

java.lang.Object
  extended bycom.ptc.wgmecad.StreamDumper
All Implemented Interfaces:
Runnable

public class StreamDumper
extends Object
implements Runnable

Created by IntelliJ IDEA. User: barky Date: Mar 3, 2003 Time: 4:09:01 PM To change this template use Options | File Templates.


Field Summary
(package private)  InputStream is
           
(package private) static org.apache.log4j.Logger logger
           
(package private)  PrintStream print
           
(package private)  String title
           
 
Constructor Summary
StreamDumper(String title, InputStream is, PrintStream print)
           
 
Method Summary
 void run()
          dump the input stream to the standard output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

is

InputStream is

print

PrintStream print

title

String title

logger

static org.apache.log4j.Logger logger
Constructor Detail

StreamDumper

public StreamDumper(String title,
                    InputStream is,
                    PrintStream print)
Method Detail

run

public void run()
dump the input stream to the standard output.

Specified by:
run in interface Runnable