|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StructureIOFile
interface StructureIOFile extends the StructureIO interface and adds a few File specific methods.
| Method Summary | |
|---|---|
void |
addExtension(String ext)
add a known File extension. |
Structure |
getStructure(String filename)
open filename and returns a Structure object. |
void |
setPath(String path)
set path to file / connection string to db. |
| Methods inherited from interface org.biojava.bio.structure.io.StructureIO |
|---|
getStructureById |
| Method Detail |
|---|
void setPath(String path)
path - a String specifying the path valuevoid addExtension(String ext)
ext - a String ...
Structure getStructure(String filename)
throws IOException
filename - a String
IOException - ...
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||