org.biojava.bio.structure.io
Interface StructureIOFile

All Superinterfaces:
StructureIO
All Known Implementing Classes:
PDBFileReader

public interface StructureIOFile
extends StructureIO

Author:
andreas interface StructureIOFile extends the StructureIO interface and adds a few File specific methods.

Method Summary
 void addExtension(String ext)
           
 void setPath(String path)
           
 
Methods inherited from interface org.biojava.bio.structure.io.StructureIO
getId, getStructure, getStructure, setId
 

Method Detail

setPath

public void setPath(String path)

addExtension

public void addExtension(String ext)