Class LocalPDBDirectory

java.lang.Object
org.biojava.nbio.structure.io.LocalPDBDirectory
All Implemented Interfaces:
StructureIOFile, StructureProvider
Direct Known Subclasses:
BcifFileReader, CifFileReader, MMTFFileReader, PDBFileReader

public abstract class LocalPDBDirectory extends Object implements StructureIOFile
Superclass for classes which download and interact with the PDB's FTP server, specifically PDBFileReader and CifFileReader. The basic functionality of downloading structure files from the FTP site is gathered here, making the child classes responsible for only the specific paths and file formats needed.
Author:
Spencer Bliven