Interface StructureReader

All Known Implementing Classes:
StructureReaderImpl

public interface StructureReader
Read structures from CIF files.
  • Method Summary

    Modifier and Type
    Method
    Description
    Read from a InputStream and parse the corresponding Structure.
  • Method Details

    • readFromInputStream

      Structure readFromInputStream(InputStream inputStream)
      Read from a InputStream and parse the corresponding Structure.
      Parameters:
      inputStream - the source
      Returns:
      the parsed Structure instance