BiblePlus(String filepath)

Create a BiblePlus instance of the file specified by the filepath

Source

BiblePlus(String filepath) {
  _pdbAccess = new PdbAccess(new PdbFileStream(filepath));
}