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.
|
create
PackingContext 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 2024-12-05 10:34:50