new ChemDataType()
        Enumeration of possible type of input data.
    
    
    
    
    
    
- Source:
Members
- 
    (static) BINARY
- 
    
    Binary data- Source:
 
- 
    (static) DOM
- 
    
    DOM Structure, e.g. CML data- Source:
 
- 
    (static) JSON
- 
    
    JSON Object- Source:
 
- 
    (static) OTHER
- 
    
    Other, not used now- Source:
 
- 
    (static) TEXT
- 
    
    Plain Text, e.g. MOL data.- Source:
 
- 
    (static) UNKNOWN
- 
    
    Unknown type, usually treat as binary.- Source:
 
Methods
- 
    
        (static) isBinaryType(dataType) → {Bool}
- 
    
    Check if type is in binary format.Parameters:Name Type Description dataTypeInt - Source:
 Returns:- Type
- Bool