class StreamTransferThread extends IstiThread
DEFAULT_TERMINATE_WAIT_TIME, terminateFlag
Constructor and Description |
---|
StreamTransferThread(java.io.InputStream inputStreamObj,
java.io.OutputStream outputStreamObj,
CallBackCompletion callBack)
Creates a file copy thread.
|
Modifier and Type | Method and Description |
---|---|
void |
run()
Runs the connect thread.
|
clearThreadWaitNotifyFlag, isTerminated, nextThreadNum, notifyThread, start, terminate, terminate, waitForNotify, waitForNotify, waitForTerminate, waitForTerminate, wasStarted
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, stop, stop, suspend, toString, yield
StreamTransferThread(java.io.InputStream inputStreamObj, java.io.OutputStream outputStreamObj, CallBackCompletion callBack)
inputStreamObj
- the input stream.outputStreamObj
- the output stream.callBack
- callback method or null if callback not needed.