| Package | Description |
|---|---|
| org.openscience.cdk.io.formats |
| 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 © 2017. All rights reserved.