This is experimental documentation.
Creates a new BNI file parser to parse the specified file.
Declaration Syntax
Parameters
- filePath (String)
- The path to the file to parse.
Exceptions
Exception | Condition |
---|---|
FileNotFoundException | Thrown if the file specified in filePath does not exist. |
InvalidDataException | Thrown if the file contains data types that are unsupported by this implementation. |
Assembly: Asgard5Library (Module: Asgard5Library)