public static class Exec.ExecProcessReader
extends java.lang.Thread
Constructor and Description |
---|
ExecProcessReader(java.io.InputStream in)
Create a stream reader that will read from the stream
|
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, yield
public ExecProcessReader(java.io.InputStream in)
in
- the input streampublic ExecProcessReader(java.io.InputStream in, java.io.OutputStream redirect)
in
- the input streamredirect
- read text is redirected to this