public static class Exec.ExecProcessReader
extends java.lang.Thread
| Constructor and Description |
|---|
Exec.ExecProcessReader(java.io.InputStream in)
Create a stream reader that will read from the stream
|
Exec.ExecProcessReader(java.io.InputStream in,
java.io.OutputStream redirect)
Create a stream reader that will read from the stream, and
store the read text into buffer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
activeCount, 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, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic Exec.ExecProcessReader(java.io.InputStream in)
in - the input streampublic Exec.ExecProcessReader(java.io.InputStream in,
java.io.OutputStream redirect)
in - the input streamredirect - read text is redirected to this