net.minecraft.world.storage
Class ThreadedFileIOBase

java.lang.Object
  extended by net.minecraft.world.storage.ThreadedFileIOBase
All Implemented Interfaces:
Runnable

public class ThreadedFileIOBase
extends Object
implements Runnable


Field Summary
static ThreadedFileIOBase threadedIOInstance
          Instance of ThreadedFileIOBase
 
Method Summary
 void queueIO(IThreadedFileIO par1IThreadedFileIO)
          threaded io
 void run()
           
 void waitForFinish()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

threadedIOInstance

public static final ThreadedFileIOBase threadedIOInstance
Instance of ThreadedFileIOBase

Method Detail

run

public void run()
Specified by:
run in interface Runnable

queueIO

public void queueIO(IThreadedFileIO par1IThreadedFileIO)
threaded io


waitForFinish

public void waitForFinish()
                   throws InterruptedException
Throws:
InterruptedException