public interface TileData
void
close()
byte[]
getTile(int z, int c, int t, int x, int y, int w, int h)
setTile(byte[] buffer, int z, int c, int t, int x, int y, int w, int h)
byte[] getTile(int z, int c, int t, int x, int y, int w, int h)
void setTile(byte[] buffer, int z, int c, int t, int x, int y, int w, int h)
void close()