Outputs
Represents the outputs for an FST, providing the basic algebra required for building and traversing the FST.
Note that any operation that returns NO_OUTPUT must return the same singleton object from .getNoOutput.
Inheritors
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.