Class CifFileReader

java.lang.Object
org.biojava.nbio.structure.io.LocalPDBDirectory
org.biojava.nbio.structure.io.CifFileReader
All Implemented Interfaces:
StructureIOFile, StructureProvider

public class CifFileReader extends LocalPDBDirectory
Parse text Cif files and provide capabilities to store them locally.
Since:
5.3.0
Author:
Sebastian Bittrich
  • Field Details

  • Constructor Details

    • 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.
  • Method Details