readArcByContinuous

fun readArcByContinuous(arc: FST.Arc<T>, in: FST.BytesReader, rangeIndex: Int): FST.Arc<T>

Reads a Continuous node arc, with the provided index in the label range.

Parameters

rangeIndex

The index of the arc in the label range. It must be within the label range.