Class BcifFileReader

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

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

  • Constructor Details

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