dataOutput

Set the DataOutput which is used for low-level writing of FST. If you want the FST to be immediately readable, you need to use FSTCompiler.getOnHeapReaderWriter.

Otherwise you need to construct the corresponding [ ] and use the FST constructor to read it.

Return

this builder

Parameters

dataOutput

the DataOutput

See also