Class Mopac7Writer

    • Constructor Detail

      • Mopac7Writer

        public Mopac7Writer()
                     throws IOException
        Creates a writer to serialize a molecule as Mopac7 input.
        Throws:
        IOException
      • Mopac7Writer

        public Mopac7Writer​(Writer out)
                     throws IOException
        Creates a writer to serialize a molecule as Mopac7 input. Output is written to the given Writer.
        Parameters:
        out - Writer to which the output is written
        Throws:
        IOException