com.ptc.wgmecad
Class StreamDumper
java.lang.Object
com.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.
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 |
is
InputStream is
print
PrintStream print
title
String title
logger
static org.apache.log4j.Logger logger
StreamDumper
public StreamDumper(String title,
InputStream is,
PrintStream print)
run
public void run()
- dump the input stream to the standard output.
- Specified by:
run
in interface Runnable