TsiLangDispatcher - LoadAllFromFile - LoadPropFromBinaryFile

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
Thomas J.
Posts: 129
Joined: Fri Jan 06, 2006 8:09 am

TsiLangDispatcher - LoadAllFromFile - LoadPropFromBinaryFile

Post by Thomas J. »

Hello Support,

I read that the method LoadAllFromFile is slow in case of using SIB file. I use a SIB file and use TsiLangDispatcher to load the file. But for TsiLangDispatcher is no LoadPropFromBinaryFile possible.

What is TsiLangDispatcher calling if LoadAllFromFile is used?
The slow LoadAllFromFile or the fast LoadPropFromBinaryFile?

Thanks
Thomas
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Hello,

Dispatcher automatically detetcs the file format used and uses the appropriate method. LoadAllFromFile for SIL files and LoadPropFromBinaryFile- for SIB.
Best regards,
Igor Siticov.
Post Reply