Interface ChunkStore

All Superinterfaces:
ChunkWriter

public interface ChunkStore extends ChunkWriter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    delete any chunks which might exist
    byte[]
    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