Constructor FST
FST(DataInput, Outputs<T>)
Load a previously saved FST.
Declaration
public FST(DataInput in, Outputs<T> outputs)
Parameters
Type | Name | Description |
---|---|---|
DataInput | in | |
Outputs<T> | outputs |
FST(DataInput, Outputs<T>, Int32)
Load a previously saved FST; maxBlockBits
allows you to
control the size of the byte[] pages used to hold the FST bytes.
Declaration
public FST(DataInput in, Outputs<T> outputs, int maxBlockBits)
Parameters
Type | Name | Description |
---|---|---|
DataInput | in | |
Outputs<T> | outputs | |
System.Int32 | maxBlockBits |