public abstract class AbstractMdlWriterFactory extends Object implements gov.nih.ncats.molwitch.spi.ChemicalWriterImplFactory
| Constructor and Description |
|---|
AbstractMdlWriterFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.openscience.cdk.io.IChemObjectWriter |
create(OutputStream out) |
gov.nih.ncats.molwitch.spi.ChemicalWriterImpl |
newInstance(OutputStream out,
gov.nih.ncats.molwitch.io.ChemFormat.ChemFormatWriterSpecification spec) |
boolean |
supports(gov.nih.ncats.molwitch.io.ChemFormat.ChemFormatWriterSpecification spec) |
protected abstract boolean |
supportsVersion(gov.nih.ncats.molwitch.io.ChemFormat.MolFormatSpecification.Version version) |
protected abstract boolean supportsVersion(gov.nih.ncats.molwitch.io.ChemFormat.MolFormatSpecification.Version version)
public gov.nih.ncats.molwitch.spi.ChemicalWriterImpl newInstance(OutputStream out, gov.nih.ncats.molwitch.io.ChemFormat.ChemFormatWriterSpecification spec) throws IOException
newInstance in interface gov.nih.ncats.molwitch.spi.ChemicalWriterImplFactoryIOExceptionpublic boolean supports(gov.nih.ncats.molwitch.io.ChemFormat.ChemFormatWriterSpecification spec)
supports in interface gov.nih.ncats.molwitch.spi.ChemicalWriterImplFactoryprotected abstract org.openscience.cdk.io.IChemObjectWriter create(OutputStream out) throws IOException
IOExceptionCopyright © 2019 NIH/NCATS. All rights reserved.