public class XLSFileFormat extends Object implements org.openscience.cdk.io.formats.IChemFormatMatcher
| Constructor and Description |
|---|
XLSFileFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFormatName() |
String |
getMIMEType() |
String[] |
getNameExtensions() |
String |
getPreferredNameExtension() |
String |
getReaderClassName() |
int |
getRequiredDataFeatures() |
int |
getSupportedDataFeatures() |
String |
getWriterClassName() |
boolean |
isXMLBased() |
boolean |
matches(int arg0,
String arg1) |
org.openscience.cdk.io.formats.IChemFormatMatcher.MatchResult |
matches(List<String> arg0) |
public boolean matches(int arg0,
String arg1)
public String getFormatName()
getFormatName in interface org.openscience.cdk.io.formats.IResourceFormatpublic String getReaderClassName()
getReaderClassName in interface org.openscience.cdk.io.formats.IChemFormatpublic String getWriterClassName()
getWriterClassName in interface org.openscience.cdk.io.formats.IChemFormatpublic String getMIMEType()
getMIMEType in interface org.openscience.cdk.io.formats.IResourceFormatpublic String[] getNameExtensions()
getNameExtensions in interface org.openscience.cdk.io.formats.IResourceFormatpublic String getPreferredNameExtension()
getPreferredNameExtension in interface org.openscience.cdk.io.formats.IResourceFormatpublic int getSupportedDataFeatures()
getSupportedDataFeatures in interface org.openscience.cdk.io.formats.IChemFormatpublic boolean isXMLBased()
isXMLBased in interface org.openscience.cdk.io.formats.IResourceFormatpublic int getRequiredDataFeatures()
getRequiredDataFeatures in interface org.openscience.cdk.io.formats.IChemFormatCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.