Interface ChunkWriter

  • All Known Subinterfaces:
    ChunkStore

    public interface ChunkWriter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void newChunk​(int i, byte[] data)
      create a new chunk at position i (zero indexed) with the entire byte array in data
    • Method Detail

      • newChunk

        void newChunk​(int i,
                      byte[] data)
        create a new chunk at position i (zero indexed) with the entire byte array in data