public class PipedReadEdalFileThread
extends java.lang.Thread
InputStream of a
PrimaryDataFile to
the OutputStream of the HTTP response with the help of a piped
stream.| Constructor and Description |
|---|
PipedReadEdalFileThread(PrimaryDataFile currentFile,
java.io.PipedOutputStream pipedOut)
Create the thread and set the
PrimaryDataFile to send and the
PipedOutputStream to write the file. |
| 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 PipedReadEdalFileThread(PrimaryDataFile currentFile, java.io.PipedOutputStream pipedOut)
PrimaryDataFile to send and the
PipedOutputStream to write the file.currentFile - the PrimaryDataFile to transferpipedOut - the PipedOutputStream to write the file