JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.milton.common
Interface ChunkWriter
All Known Subinterfaces:
ChunkStore
public interface
ChunkWriter
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and 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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method