public class ReaderFactory extends Object
IIteratingChemObjectReaders.
For some reason, CDK (as of 1.5.13) doesn't have a factory class
that can guess the file format and return the appropriate
IIteratingChemObjectReader for it, but it does have one
for the non-iterating, read everything into memory Reader.
This is a very basic factory that can only determine a file encoded in SMILES format or MOL/SDF format. If the file is compressed, it must be uncompressed before it is given to this factory.
Copyright © 2019 NIH/NCATS. All rights reserved.