Package io.milton.common
Interface ChunkWriter
-
- All Known Subinterfaces:
ChunkStore
public interface ChunkWriter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnewChunk(int i, byte[] data)create a new chunk at position i (zero indexed) with the entire byte array in data
-