Uses of Interface
org.biojava.bio.structure.io.StructureIO
-
Packages that use StructureIO Package Description org.biojava.bio.structure.io Input and Output of Structures -
-
Uses of StructureIO in org.biojava.bio.structure.io
Subinterfaces of StructureIO in org.biojava.bio.structure.io Modifier and Type Interface Description interfaceStructureIOFileinterface StructureIOFile extends the StructureIO interface and adds a few File specific methods.Classes in org.biojava.bio.structure.io that implement StructureIO Modifier and Type Class Description classDASStructureClientA DAS client that connects to a DAS structure service and returns a Biojava structure class.classMMCIFFileReaderHow to parse an mmCif file:classPDBFileReaderThe wrapper class for parsing a PDB file.classPDBMSDReaderretreive a structure from an installation of the MSD - search database ( http://www.ebi.ac.uk/msd/index.html , http://www.ebi.ac.uk/msd-srv/docs/dbdoc/ )classPDBSRSReaderreads a PDB file from a local SRS installation using getz Actually is the same as PDBFileReader, but instead of reading from a file stream, reads from a buffered stream.
-