Package org.rcsb.strucmotif.io
Class StructureReaderImpl
java.lang.Object
org.rcsb.strucmotif.io.StructureReaderImpl
- All Implemented Interfaces:
StructureReader
A simple structure reader that parses CIF data into structure instances.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadFromInputStream(InputStream inputStream) Read from a InputStream and parse the corresponding Structure.
-
Constructor Details
-
StructureReaderImpl
public StructureReaderImpl()
-
-
Method Details
-
readFromInputStream
Description copied from interface:StructureReaderRead from a InputStream and parse the corresponding Structure.- Specified by:
readFromInputStreamin interfaceStructureReader- Parameters:
inputStream- the source- Returns:
- the parsed Structure instance
-