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