Class: MdlSdReader

Kekule.IO. MdlSdReader

new MdlSdReader()

Reader for MOL 2000 / 3000 SD (structure-data) format text data. Data fetch in should be a string.
Source:

Extends

Methods

readData(data, dataType, format, options) → {Variant}

Read from data and return a related instance.
Parameters:
Name Type Description
data Variant
dataType String Type of data, value should fom Kekule.ChemStructureDataType.
format String Format ID.
options Hash Additional options to read data. Different reader may have different options.
Inherited From:
Source:
Returns:
Instance created by data.
Type
Variant