Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | List of all members
CDPL.Chem.CDFBZ2ReactionInputHandler Class Reference

A handler for the input of gzip-compressed reaction data in the native I/O format of the CDPL. More...

+ Inheritance diagram for CDPL.Chem.CDFBZ2ReactionInputHandler:

Public Member Functions

None __init__ ()
 Initializes the CDFBZ2ReactionInputHandler instance.
 
- Public Member Functions inherited from CDPL.Chem.ReactionInputHandler
int getObjectID ()
 Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
 
Base.DataFormat getDataFormat ()
 Returns a Base.DataFormat object that provides information about the handled input data format. More...
 
ReactionReaderBase createReader (Base.IStream is)
 Creates a ReactionReaderBase instance that will read the data from the input stream is. More...
 
ReactionReaderBase createReader (str file_name, OpenMode mode=Base.IOStream.OpenMode(12))
 Creates a ReactionReaderBase instance that will read the data from the file specified by file_name. More...
 

Additional Inherited Members

- Properties inherited from CDPL.Chem.ReactionInputHandler
 objectID = property(getObjectID)
 

Detailed Description

A handler for the input of gzip-compressed reaction data in the native I/O format of the CDPL.