Package org.rcsb.strucmotif.io
Interface StructureReader
- All Known Implementing Classes:
StructureReaderImpl
public interface StructureReader
Read structures from CIF files.
-
Method Summary
Modifier and TypeMethodDescriptionreadFromInputStream(InputStream inputStream) Read from a InputStream and parse the corresponding Structure.
-
Method Details
-
readFromInputStream
Read from a InputStream and parse the corresponding Structure.- Parameters:
inputStream- the source- Returns:
- the parsed Structure instance
-