public class OutputHandler extends Thread
SubprocessEngine.setCharset(String)
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
OutputHandler(InputStream s) |
OutputHandler(InputStream s,
OutputStream debugStream) |
OutputHandler(InputStream s,
OutputStream debugStream,
String originStd) |
Modifier and Type | Method and Description |
---|---|
void |
addOutputListener(OutputListener ol) |
Charset |
getCharset() |
boolean |
hasListener(OutputListener ol) |
void |
removeOutputListener(OutputListener ol) |
void |
run() |
void |
setCharset(Charset c) |
void |
setDebugStream(OutputStream debugStream) |
void |
setIgnoreStreamEnd(boolean ignore) |
activeCount, checkAccess, 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 OutputHandler(InputStream s, OutputStream debugStream, String originStd)
public OutputHandler(InputStream s, OutputStream debugStream)
public OutputHandler(InputStream s)
public void addOutputListener(OutputListener ol)
public void removeOutputListener(OutputListener ol)
public boolean hasListener(OutputListener ol)
public void setIgnoreStreamEnd(boolean ignore)
public void setDebugStream(OutputStream debugStream)
public void setCharset(Charset c)
public Charset getCharset()