ambit2.core.io
Class XLSFileFormat
java.lang.Object
ambit2.core.io.XLSFileFormat
- All Implemented Interfaces:
- org.openscience.cdk.io.formats.IChemFormat, org.openscience.cdk.io.formats.IChemFormatMatcher, org.openscience.cdk.io.formats.IResourceFormat
public class XLSFileFormat
- extends java.lang.Object
- implements org.openscience.cdk.io.formats.IChemFormatMatcher
Microsoft Excel XLS file format.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XLSFileFormat
public XLSFileFormat()
matches
public boolean matches(int arg0,
java.lang.String arg1)
- Specified by:
matches
in interface org.openscience.cdk.io.formats.IChemFormatMatcher
getFormatName
public java.lang.String getFormatName()
- Specified by:
getFormatName
in interface org.openscience.cdk.io.formats.IResourceFormat
getReaderClassName
public java.lang.String getReaderClassName()
- Specified by:
getReaderClassName
in interface org.openscience.cdk.io.formats.IChemFormat
getWriterClassName
public java.lang.String getWriterClassName()
- Specified by:
getWriterClassName
in interface org.openscience.cdk.io.formats.IChemFormat
getMIMEType
public java.lang.String getMIMEType()
- Specified by:
getMIMEType
in interface org.openscience.cdk.io.formats.IResourceFormat
getNameExtensions
public java.lang.String[] getNameExtensions()
- Specified by:
getNameExtensions
in interface org.openscience.cdk.io.formats.IResourceFormat
getPreferredNameExtension
public java.lang.String getPreferredNameExtension()
- Specified by:
getPreferredNameExtension
in interface org.openscience.cdk.io.formats.IResourceFormat
getSupportedDataFeatures
public int getSupportedDataFeatures()
- Specified by:
getSupportedDataFeatures
in interface org.openscience.cdk.io.formats.IChemFormat
isXMLBased
public boolean isXMLBased()
- Specified by:
isXMLBased
in interface org.openscience.cdk.io.formats.IResourceFormat
getRequiredDataFeatures
public int getRequiredDataFeatures()
- Specified by:
getRequiredDataFeatures
in interface org.openscience.cdk.io.formats.IChemFormat