Package chemaxon.formats.factory
Interface MRecordReaderFactory
Factory interface for
MRecordReaders.-
Method Summary
Modifier and TypeMethodDescriptioncreateRecordReader(MolInputStream mis, String opts) Creates the record reader.
-
Method Details
-
createRecordReader
Creates the record reader.- Parameters:
mis- the molecule input streamopts- the options ornull- Returns:
- the record reader
- Throws:
IllegalCharsetNameException- if illegal encoding is usedUnsupportedCharsetException- if unsupported encoding is usedException
-