public class ThreadedFileIOBase
extends java.lang.Object
implements java.lang.Runnable
| Modifier and Type | Method and Description |
|---|---|
static ThreadedFileIOBase |
getThreadedIOInstance() |
void |
queueIO(IThreadedFileIO fileIo) |
void |
run() |
void |
waitForFinish() |
public static ThreadedFileIOBase getThreadedIOInstance()
public void run()
run in interface java.lang.Runnablepublic void queueIO(IThreadedFileIO fileIo)
public void waitForFinish()
throws java.lang.InterruptedException
java.lang.InterruptedException