public class DelimitedFileFormat extends Object implements org.openscience.cdk.io.formats.IChemFormatMatcher
| Modifier and Type | Field and Description |
|---|---|
protected String |
fieldDelimiter |
protected char |
textDelimiter |
| Constructor and Description |
|---|
DelimitedFileFormat()
Default field delimiter ','
Default text delimiter '"'
|
DelimitedFileFormat(String fieldDelimiter,
char textDelimiter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldDelimiter() |
String |
getFormatName() |
String |
getMIMEType() |
String[] |
getNameExtensions() |
String |
getPreferredNameExtension() |
String |
getReaderClassName() |
int |
getRequiredDataFeatures() |
int |
getSupportedDataFeatures() |
char |
getTextDelimiter() |
String |
getWriterClassName() |
boolean |
isXMLBased() |
org.openscience.cdk.io.formats.IChemFormatMatcher.MatchResult |
matches(List<String> arg0) |
protected String fieldDelimiter
protected char textDelimiter
public DelimitedFileFormat()
public DelimitedFileFormat(String fieldDelimiter, char textDelimiter)
fieldDelimiter - , default ','textDelimiter - , default '"'public org.openscience.cdk.io.formats.IChemFormatMatcher.MatchResult matches(List<String> arg0)
matches in interface org.openscience.cdk.io.formats.IChemFormatMatcherpublic 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 getFieldDelimiter()
public char getTextDelimiter()
public 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 String getMIMEType()
getMIMEType in interface org.openscience.cdk.io.formats.IResourceFormatpublic String[] getNameExtensions()
getNameExtensions 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.