Package io.milton.common
Interface ChunkStore
- All Superinterfaces:
ChunkWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete 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
-
Method Details
-
getChunk
byte[] getChunk(int i) retrieve the chunk at position i (zero indexed) -
deleteChunks
void deleteChunks()delete any chunks which might exist
-