Class CDXReader

All Implemented Interfaces:
javajs.api.GenericLineReader

public class CDXReader extends XmlChemDrawReader
A reader for ChemDraw binary CDX files. See https://www.cambridgesoft.com/services/documentation/sdk/chemdraw/cdx/ CambridgeSoft did a fabulous job on the specification. This reader extends CDXMLWriter. It simply passes the CDX binary to CDXMLWriter, which returns the XML. The XML is then passed through the CDX files on the fly to CDXML and then processes those using the XMLChemDrawReader. Note that CDXMLWriter, though public, is not exposed generally, as it is only a skeleton class intended to get just enough of the job done to
Version:
1.0
Author:
Bob Hanson