Create a BiblePlus instance of the file specified by the filepath
Source
BiblePlus(String filepath) { _pdbAccess = new PdbAccess(new PdbFileStream(filepath)); }
Create a BiblePlus instance of the file specified by the filepath
BiblePlus(String filepath) { _pdbAccess = new PdbAccess(new PdbFileStream(filepath)); }