public class StreamReaderThread
extends java.lang.Thread
Constructor and Description |
---|
StreamReaderThread(java.io.InputStream stream,
boolean save) |
StreamReaderThread(java.io.InputStream stream,
boolean save,
java.lang.String encoding) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOutput()
Deprecated.
since 3.0, use
ExecutionHandler.getOutput() instead |
protected java.lang.String |
getOutputString() |
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 StreamReaderThread(java.io.InputStream stream, boolean save)
stream
- The InputStream to read from.save
- Save the output of the stream.public StreamReaderThread(java.io.InputStream stream, boolean save, java.lang.String encoding)
stream
- The InputStream to read from.save
- Save the output of the stream.encoding
- Encoding of the Streampublic void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
@Deprecated public java.lang.String getOutput()
ExecutionHandler.getOutput()
insteadprotected java.lang.String getOutputString()
TV-Browser 3.4.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)