public interface PackableElementFactory<E> extends ElementFactory<E>
| Modifier and Type | Method and Description |
|---|---|
E |
create(PackingContext context,
BitStreamReader reader,
int index)
Creates packed array elements from the bit stream.
|
PackingContext |
createPackingContext()
Creates packing context for the array element.
|
createPackingContext createPackingContext()
E create(PackingContext context, BitStreamReader reader, int index) throws java.io.IOException
context - Packing context node.reader - Bit stream to read from.index - Index of the element to create.java.io.IOException - Failure during bit stream manipulation.Last updated 2025-10-02 14:26:25