Method AdvanceToIndex
AdvanceToIndex(Int64)
Advance the decoding index to a given index
.
and return true
iff it is available.
See also CurrentValue().
The current implementation does not use the index on the upper bit zero bit positions.
Note: there is currently no implementation of BackToIndex()
.
Declaration
public virtual bool AdvanceToIndex(long index)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | index |
Returns
Type | Description |
---|---|
System.Boolean |