Class IteratingPCCompoundASNReader

All Implemented Interfaces:
Closeable, AutoCloseable, Iterator<IAtomContainer>, IChemObjectIO, IChemObjectReader, IIteratingChemObjectReader<IAtomContainer>

public class IteratingPCCompoundASNReader extends DefaultIteratingChemObjectReader<IAtomContainer>
Iterating PubChem PCCompound ASN reader.
Author:
Egon Willighagen <egonw@users.sf.net>
See Also:
Source code:
main
Belongs to CDK module:
io
Keywords:
file format, ASN, PubChem
Created on:
2008-05-05
  • Constructor Details

    • IteratingPCCompoundASNReader

      public IteratingPCCompoundASNReader(Reader in, IChemObjectBuilder builder)
      Constructs a new IteratingPCCompoundASNReader that can read Molecule from a given Reader.
      Parameters:
      in - The Reader to read from
    • IteratingPCCompoundASNReader

      public IteratingPCCompoundASNReader(InputStream in, IChemObjectBuilder builder)
      Constructs a new IteratingPCCompoundASNReader that can read Molecule from a given InputStream and IChemObjectBuilder.
      Parameters:
      in - The input stream
      builder - The builder
  • Method Details