Interface IChemObjectWriter

    • Method Detail

      • write

        void write​(IChemObject object)
            throws CDKException
        Writes the content of "object" to output.
        Parameters:
        object - the object of which the content is outputted
        Throws:
        CDKException - is thrown if the output does not support the data in the object
      • setWriter

        void setWriter​(Writer writer)
                throws CDKException
        Sets the Writer from which this ChemObjectWriter should write the contents.
        Throws:
        CDKException