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, isXMLBasedString getReaderClassName()
String getWriterClassName()
int getSupportedDataFeatures()
DataFeaturesint getRequiredDataFeatures()
DataFeaturesCopyright © 2022. All rights reserved.