Writer
interface. This interface will be removed in the future.@Deprecated public interface InitializeOffsetsWriter extends Writer
Modifier and Type | Method and Description |
---|---|
long |
initializeOffsets(long bitPosition)
Deprecated.
Initializes indexed offsets.
|
void |
write(BitStreamWriter writer,
boolean callInitializeOffsets)
Deprecated.
Writes this objects to the given bit stream and optionally calls initializeOffsets.
|
initializeOffsets, write
void write(BitStreamWriter writer, boolean callInitializeOffsets) throws java.io.IOException
writer
- The bit stream writer to use.callInitializeOffsets
- True to call initializeOffsets on the object being written.java.io.IOException
- Throws if the writing failed.long initializeOffsets(long bitPosition)
initializeOffsets
in interface Writer
bitPosition
- Current bit stream position.Last updated 2024-12-05 10:34:50