StreamPlugThread is a utility class that "plugs" two streams,
one input stream and one output stream, together by creating a thread that
repeatedly reads any data available from the input stream and writes it to
the output stream.
Author:
Sun Microsystems, Inc.
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread