public interface IChemFormatMatcher extends IChemFormat
| Modifier and Type | Interface and Description |
|---|---|
static class |
IChemFormatMatcher.MatchResult
Simple class holds whether a format matcher matched, when it matched and
what the format was.
|
| Modifier and Type | Field and Description |
|---|---|
static IChemFormatMatcher.MatchResult |
NO_MATCH
Convenience method for indicating a format did not match.
|
| Modifier and Type | Method and Description |
|---|---|
IChemFormatMatcher.MatchResult |
matches(List<String> lines)
Method that checks whether the given lines are part of the format read by
this reader.
|
getReaderClassName, getRequiredDataFeatures, getSupportedDataFeatures, getWriterClassNamegetFormatName, getMIMEType, getNameExtensions, getPreferredNameExtension, isXMLBasedstatic final IChemFormatMatcher.MatchResult NO_MATCH
IChemFormatMatcher.MatchResult matches(List<String> lines)
lines - lines of the input to be checkedCopyright © 2021. All rights reserved.