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