org.biojava.bio.structure.io
Interface StructureIO

All Known Subinterfaces:
StructureIOFile
All Known Implementing Classes:
MMCIFFileReader, PDBFileReader, PDBSRSReader

Deprecated. Do no use any longer, StructureIO is now a static utility calss on the org.biojava3.structure level..

public interface StructureIO

Defines the interface how to access Structure (- PDB file) input,output readers, writers.

Version:
%I% %G%
Author:
Andreas Prlic

Method Summary
 Structure getStructureById(java.lang.String pdbId)
          Deprecated. Get a structure by providing a PDB code.
 

Method Detail

getStructureById

Structure getStructureById(java.lang.String pdbId)
                           throws java.io.IOException
Deprecated. 
Get a structure by providing a PDB code.

Parameters:
pdbId - a String specifying the id value (PDB code)
Returns:
a Structure object
Throws:
java.io.IOException - ...