public static final class JkUtilsIO.StreamGobbler
extends java.lang.Object
Runs a thread copying all data from the specified input stream to sepecified output streams. The
thread is started when the instance is created. You have to call
stop() to stop the thread.