public static class ExtractorDataSource.PipeThread
extends java.lang.Thread
Constructor and Description |
---|
ExtractorDataSource.PipeThread(ExtractorDataSource dataSource,
java.io.OutputStream outputStream)
Creates a new pipe thread.
|
Modifier and Type | Method and Description |
---|---|
java.io.IOException |
getException()
Returns the exception that occurred during the piping or
null if there was no problem.
|
void |
run() |
activeCount, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, checkAccess, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public ExtractorDataSource.PipeThread(ExtractorDataSource dataSource, java.io.OutputStream outputStream)
dataSource
- the input data source to pipeoutputStream
- the output stream to pipe topublic void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public java.io.IOException getException()