|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructureReaderException | |
---|---|
org.proteinshader.structure.io | Holds the classes needed for reading Protein Data Bank structure files. |
Uses of StructureReaderException in org.proteinshader.structure.io |
---|
Methods in org.proteinshader.structure.io that throw StructureReaderException | |
---|---|
void |
PDBLineParser.parseLine(String line,
int lineNumber)
Verifies that the line is a valid PDB record before adding it's data to the Structure. |
Structure |
StructureReader.readStructure(File file)
Reads a protein structure from a file and returns a Structure object. |
Structure |
PDBStructureReader.readStructure(File file)
Reads a protein structure from a ".pdb" file and returns a Structure object. |
Structure |
StructureReader.readStructure(String filename)
Reads a protein structure from a file and returns a Structure object. |
Structure |
PDBStructureReader.readStructure(String filename)
Reads a protein structure from a ".pdb" file and returns a Structure object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |