Uses of Interface
org.biojava.nbio.structure.io.StructureProvider
-
Packages that use StructureProvider Package Description org.biojava.nbio.structure.io Input and Output of Structures -
-
Uses of StructureProvider in org.biojava.nbio.structure.io
Subinterfaces of StructureProvider in org.biojava.nbio.structure.io Modifier and Type Interface Description interface
StructureIOFile
StructureIOFile extends StructureProvider with methods specific to parsing files from the filesystem.Classes in org.biojava.nbio.structure.io that implement StructureProvider Modifier and Type Class Description class
BcifFileReader
Parse binary Cif files and provide capabilities to store them locally.class
CifFileReader
Parse text Cif files and provide capabilities to store them locally.class
LocalPDBDirectory
Superclass for classes which download and interact with the PDB's FTP server, specificallyPDBFileReader
andCifFileReader
.class
MMTFFileReader
A class to read MMTF files and cache them locally.class
PDBFileReader
The wrapper class for parsing a PDB file.
-