Class CifFileReader

    • Constructor Detail

      • CifFileReader

        public CifFileReader()
        Constructs a new CifFileReader, 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
      • CifFileReader

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