Package | Description |
---|---|
org.openscience.cdk.io | |
org.openscience.cdk.io.formats |
Modifier and Type | Method and Description |
---|---|
IChemFormat[] |
WriterFactory.findChemFormats(int features)
Finds IChemFormats that provide a container for serialization for the
given features.
|
IChemFormat |
FormatFactory.guessFormat(InputStream input) |
IChemFormat |
FormatFactory.guessFormat(Reader input)
Creates a String of the Class name of the
IChemObject reader
for this file format. |
Modifier and Type | Method and Description |
---|---|
ISimpleChemObjectReader |
ReaderFactory.createReader(IChemFormat format)
Creates a new IChemObjectReader based on the given IChemFormat.
|
IChemObjectWriter |
WriterFactory.createWriter(IChemFormat format)
Creates a new IChemObjectWriter based on the given IChemFormat.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IChemFormatMatcher
This interface is used for classes that are able to match a certain
chemical file format.
|
Modifier and Type | Method and Description |
---|---|
IChemFormat |
IChemFormatMatcher.MatchResult.format()
What was the format which matched if there was a match (
IChemFormatMatcher.MatchResult.matched() ). |
Constructor and Description |
---|
MatchResult(boolean matched,
IChemFormat format,
int position) |
Copyright © 2018. All Rights Reserved.