readMetadata

fun <T> readMetadata(metaIn: DataInput, outputs: Outputs<T>): FST.FSTMetadata<T>

Read the FST metadata from DataInput

Return

the FST metadata

Parameters

metaIn

the DataInput of the metadata

outputs

the FST outputs

the output type

Throws

IOException

if exception occurred during parsing