com.lowagie.rups.view
class Console.ReadWriteThread extends Thread
Field Summary | |
---|---|
PipedInputStream | pi The InputStream of this Thread |
String | type The type (CUSTOM, SYSTEMOUT, SYSTEMERR) of this Thread |
Constructor Summary | |
---|---|
ReadWriteThread(PipedInputStream pi, String type) Create the ReaderThread. |
Method Summary | |
---|---|
void | run() |
See Also: java.lang.Thread#run()