|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.world.chunk.storage.RegionFile
public class RegionFile
| Constructor Summary | |
|---|---|
RegionFile(File par1File)
|
|
| Method Summary | |
|---|---|
void |
close()
close this RegionFile and prevent further writes |
DataInputStream |
getChunkDataInputStream(int par1,
int par2)
args: x, y - get uncompressed chunk stream from the region file |
DataOutputStream |
getChunkDataOutputStream(int par1,
int par2)
args: x, z - get an output stream used to write chunk data, data is on disk when the returned stream is closed |
boolean |
isChunkSaved(int par1,
int par2)
args: x, z, - true if chunk has been saved / converted |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegionFile(File par1File)
| Method Detail |
|---|
public DataInputStream getChunkDataInputStream(int par1,
int par2)
public DataOutputStream getChunkDataOutputStream(int par1,
int par2)
public boolean isChunkSaved(int par1,
int par2)
public void close()
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||