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.IResourceFormat
public String getReaderClassName()
getReaderClassName
in interface org.openscience.cdk.io.formats.IChemFormat
public String getWriterClassName()
getWriterClassName
in interface org.openscience.cdk.io.formats.IChemFormat
public String getMIMEType()
getMIMEType
in interface org.openscience.cdk.io.formats.IResourceFormat
public String[] getNameExtensions()
getNameExtensions
in interface org.openscience.cdk.io.formats.IResourceFormat
public String getPreferredNameExtension()
getPreferredNameExtension
in interface org.openscience.cdk.io.formats.IResourceFormat
public int getSupportedDataFeatures()
getSupportedDataFeatures
in interface org.openscience.cdk.io.formats.IChemFormat
public boolean isXMLBased()
isXMLBased
in interface org.openscience.cdk.io.formats.IResourceFormat
public int getRequiredDataFeatures()
getRequiredDataFeatures
in interface org.openscience.cdk.io.formats.IChemFormat
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.