|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.src.RegionFileCache
public class RegionFileCache
Constructor Summary | |
---|---|
RegionFileCache()
|
Method Summary | |
---|---|
static void |
clearRegionFileReferences()
Saves the current Chunk Map Cache |
static RegionFile |
createOrLoadRegionFile(File par0File,
int par1,
int par2)
|
static DataInputStream |
getChunkInputStream(File par0File,
int par1,
int par2)
Returns an input stream for the specified chunk. |
static DataOutputStream |
getChunkOutputStream(File par0File,
int par1,
int par2)
Returns an output stream for the specified chunk. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegionFileCache()
Method Detail |
---|
public static RegionFile createOrLoadRegionFile(File par0File, int par1, int par2)
public static void clearRegionFileReferences()
public static DataInputStream getChunkInputStream(File par0File, int par1, int par2)
public static DataOutputStream getChunkOutputStream(File par0File, int par1, int par2)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |