fst_read() public static method

public static fst_read ( IGenericFst fst, BinaryReader reader ) : void
fst Ocronet.Dynamic.Interfaces.IGenericFst
reader System.IO.BinaryReader
return void
Exemplo n.º 1
0
 public override void Load(BinaryReader reader)
 {
     FstIO.fst_read(this, reader);
 }