public interface Writer
Modifier and Type | Method and Description |
---|---|
long |
initializeOffsets()
Initializes indexed offsets.
|
long |
initializeOffsets(long bitPosition)
Initializes indexed offsets.
|
void |
write(BitStreamWriter out)
Writes this objects to the given bit stream.
|
long initializeOffsets()
long initializeOffsets(long bitPosition)
bitPosition
- Current bit stream position.void write(BitStreamWriter out) throws java.io.IOException
out
- Bit stream writer to use.java.io.IOException
- Throws if the writing failed.Last updated 2024-12-05 10:34:50