State.fromFile
State fromFile(World world, LV2_URID_Map * map, Node subject, string path) staticLoad state from a Turtle file.
Parameters
world | Lilv world |
map | URID map |
subject | Optional subject URI inside the file (null = use file URI / main subject) |
path | Filesystem path to the state file |
Returns
New State object or null on error