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

Packages that use StructureIOFile
org.biojava.bio.structure.io Input and Output of Structures 
org.biojava.bio.structure.server classes for easier management of PDB installations 
 

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

Classes in org.biojava.bio.structure.io that implement StructureIOFile
 class MMCIFFileReader
          How to parse an mmCif file:
 class PDBFileReader
           The wrapper class for parsing a PDB file.
 

Uses of StructureIOFile in org.biojava.bio.structure.server
 

Methods in org.biojava.bio.structure.server with parameters of type StructureIOFile
protected  void PrepareIndexFile.logPDBInfoFile(PrintWriter pdbWriter, PrintWriter chainWriter, StructureIOFile pdbreader, File[] pdbfiles)