public interface IChemFormat extends IResourceFormat
Modifier and Type | Method and Description |
---|---|
String |
getReaderClassName()
Returns the class name of the CDK Reader for this format.
|
int |
getRequiredDataFeatures()
Returns an integer indicating the data features that this
format requires.
|
int |
getSupportedDataFeatures()
Returns an integer indicating the data features that this
format supports.
|
String |
getWriterClassName()
Returns the class name of the CDK Writer for this format.
|
getFormatName, getMIMEType, getNameExtensions, getPreferredNameExtension, isXMLBased
String getReaderClassName()
String getWriterClassName()
int getSupportedDataFeatures()
DataFeatures
int getRequiredDataFeatures()
DataFeatures
Copyright © 2018. All Rights Reserved.