Method Read
Read<T>(FileInfo, Outputs<T>)
Reads an automaton from a file.
Declaration
public static FST<T> Read<T>(FileInfo file, Outputs<T> outputs)
Parameters
Type | Name | Description |
---|---|---|
FileInfo | file | |
Outputs<T> | outputs |
Returns
Type | Description |
---|---|
FST<T> |
Type Parameters
Name | Description |
---|---|
T |