public class RegionFile
extends java.lang.Object
| Constructor and Description | 
|---|
RegionFile(java.io.File fileNameIn)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
chunkExists(int x,
           int z)
Deprecated.  
 | 
void | 
close()  | 
java.io.DataInputStream | 
getChunkDataInputStream(int x,
                       int z)  | 
java.io.DataOutputStream | 
getChunkDataOutputStream(int x,
                        int z)  | 
boolean | 
isChunkSaved(int x,
            int z)  | 
protected void | 
write(int x,
     int z,
     byte[] data,
     int length)  | 
@Deprecated
public boolean chunkExists(int x,
                                        int z)
public java.io.DataInputStream getChunkDataInputStream(int x,
                                                       int z)
public java.io.DataOutputStream getChunkDataOutputStream(int x,
                                                         int z)
protected void write(int x,
                     int z,
                     byte[] data,
                     int length)
public boolean isChunkSaved(int x,
                            int z)
public void close()
           throws java.io.IOException
java.io.IOException