public class Mopac7Writer extends DefaultChemObjectWriter
| Constructor and Description |
|---|
Mopac7Writer()
Creates a writer to serialize a molecule as Mopac7 input.
|
Mopac7Writer(OutputStream out)
Creates a writer to serialize a molecule as Mopac7 input.
|
Mopac7Writer(Writer out)
Creates a writer to serialize a molecule as Mopac7 input.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Class<? extends IChemObject> classObject) |
void |
close() |
IResourceFormat |
getFormat() |
void |
setWriter(OutputStream writer) |
void |
setWriter(Writer writer) |
void |
write(IChemObject arg0) |
addChemObjectIOListener, addSetting, addSettings, fireIOSettingQuestion, getIOSettings, getListeners, getSetting, getSetting, getSettings, hasSetting, removeChemObjectIOListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChemObjectIOListener, addSetting, addSettings, getIOSettings, getListeners, getSetting, getSetting, getSettings, hasSetting, removeChemObjectIOListenerpublic Mopac7Writer()
throws IOException
IOExceptionpublic Mopac7Writer(OutputStream out) throws IOException
OutputStream.out - OutputStream to which the output is writtenIOExceptionpublic Mopac7Writer(Writer out) throws IOException
Writer.out - Writer to which the output is writtenIOExceptionpublic void write(IChemObject arg0) throws CDKException
CDKExceptionpublic void close()
throws IOException
IOExceptionpublic boolean accepts(Class<? extends IChemObject> classObject)
public IResourceFormat getFormat()
public void setWriter(OutputStream writer) throws CDKException
CDKExceptionpublic void setWriter(Writer writer) throws CDKException
CDKExceptionCopyright © 2017. All rights reserved.