Modifier and Type | Method and Description |
---|---|
long |
initializeOffsets(PackingContext context,
long bitPosition)
Initializes indexed offsets for the object which is an element of a packed array.
|
void |
write(PackingContext context,
BitStreamWriter writer)
Writes this object which is an element of a packed array to the given bit stream.
|
initializeOffsets, initializeOffsets, write
long initializeOffsets(PackingContext context, long bitPosition)
context
- Packing context node.bitPosition
- Current bit stream position.void write(PackingContext context, BitStreamWriter writer) throws java.io.IOException
context
- Packing context node.writer
- Bit stream writer to use.java.io.IOException
- Throws if the writing failed.Last updated 2024-12-05 10:34:50