FSTReader

Abstraction for reading bytes necessary for FST.

Inheritors

Properties

Link copied to clipboard

Returns nested resources of this class. The result should be a point-in-time snapshot (to avoid race conditions).

Functions

Link copied to clipboard

Get the reverse BytesReader for this FST

Link copied to clipboard
abstract fun ramBytesUsed(): Long

Return the memory usage of this object in bytes. Negative values are illegal.

Link copied to clipboard
abstract fun writeTo(out: DataOutput)

Write this FST to another DataOutput