Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor | Description |
|---|---|
InputStreamDrainer(InputStream in) |
Create a drainer which will discard the read lines.
|
InputStreamDrainer(InputStream in,
OutputStream out) |
Create a drainer that will echo all read lines to
out. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addOutputStream(OutputStream out) |
Adds an output stream to drain the output to.
|
void |
run() |
Drain the stream.
|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic InputStreamDrainer(InputStream in)
in - The input stream to drainpublic InputStreamDrainer(InputStream in, OutputStream out)
out.in - The input stream to drainout - Where to drain the stream intopublic void addOutputStream(OutputStream out)
out - The output streamCopyright © 2012-2017 Oracle. All Rights Reserved.