public class Chunk extends Object
Constructor and Description |
---|
Chunk(Category category,
boolean replace) |
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.