Interface ChunkWriter

All Known Subinterfaces:
ChunkStore

public interface ChunkWriter
  • Method Summary

    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 Details

    • newChunk

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