Class BcifFileReader

    • Constructor Detail

      • BcifFileReader

        public BcifFileReader()
        Constructs a new BcifFileReader, initializing the extensions member variable. The path is initialized in the same way as UserConfiguration, i.e. to system property/environment variable UserConfiguration.PDB_DIR. Both autoFetch and splitDir are initialized to false
      • BcifFileReader

        public BcifFileReader​(String path)
        Constructs a new BcifFileReader, initializing the extensions member variable. The path is initialized to the given path, both autoFetch and splitDir are initialized to false.