Package io.milton.common
Interface ChunkStore
-
- All Superinterfaces:
ChunkWriter
public interface ChunkStore extends ChunkWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteChunks()delete any chunks which might existbyte[]getChunk(int i)retrieve the chunk at position i (zero indexed)-
Methods inherited from interface io.milton.common.ChunkWriter
newChunk
-
-