PositiveIntOutputs
An FST Outputs implementation where each output is a non-negative long value.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Return memory usage for the provided output.
Link copied to clipboard
Decode an output value previously written with .writeFinalOutput. By default this just calls .read.
Link copied to clipboard
Skip the output previously written with .writeFinalOutput; defaults to just calling .readFinalOutput and discarding the result.
Link copied to clipboard
Skip the output; defaults to just calling .read and discarding the result.
Link copied to clipboard
Encode an output value into a DataOutput.
Link copied to clipboard
Encode an final node output value into a DataOutput. By default this just calls .write.