Package io.milton.common
Interface ChunkWriter
- All Known Subinterfaces:
ChunkStore
public interface ChunkWriter
-
Method Summary
Modifier and TypeMethodDescriptionvoidnewChunk(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
-