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.IChemFormatMatcher
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 getFieldDelimiter()
public char getTextDelimiter()
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 String getMIMEType()
getMIMEType
in interface org.openscience.cdk.io.formats.IResourceFormat
public String[] getNameExtensions()
getNameExtensions
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.