public class Chunk extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Category |
category |
protected boolean |
replace |
| Modifier | Constructor and Description |
|---|---|
protected |
Chunk() |
|
Chunk(Category category,
boolean replace) |
protected final boolean replace
protected Category category
protected Chunk()
public Chunk(Category category, boolean replace)
category - The Category of this data. This should be a Category that the Backend
who is producing this Chunk has registered via Storage#registerCategory()replace - whether this chunk should replace the values based on the keys for this category,
or be added to a set of values in this categoryCopyright © 2012. All Rights Reserved.