Uses of Interface
org.biojava.bio.structure.io.StructureIO

Packages that use StructureIO
org.biojava.bio.structure.io   
 

Uses of StructureIO in org.biojava.bio.structure.io
 

Subinterfaces of StructureIO in org.biojava.bio.structure.io
 interface StructureIOFile
          interface StructureIOFile extends the StructureIO interface and adds a few File specific methods.
 

Classes in org.biojava.bio.structure.io that implement StructureIO
 class DASStructureClient
          A DAS client that connects to a DAS structure service and returns a Biojava structure class.
 class PDBFileReader
          A PDB file parser.
 class PDBMSDReader
          retreive 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/ )
 class PDBSRSReader
          reads 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.