Click or drag to resize

MoleculeRead Method

Overload List
  NameDescription
Public methodStatic memberRead(Byte)
Try to open a binary data, which could be a binary file, for a compress file
Public methodStatic memberRead(Stream)
Read from a stream, which can be any chemical file format
Public methodStatic memberRead(String)
Try to parse a generic chemical string, which could be SMILES, InChI, MolFile or other chemical string
Public methodStatic memberRead(Byte, String)
Try to open a known binary data
Public methodStatic memberRead(Byte, String)
Try to open a binary data, which could be a binary file, for a compress file
Public methodStatic memberRead(Stream, String)
Read from a stream, and the file format is known
Public methodStatic memberRead(Stream, String)
Read from a stream, which can be any chemical file format
Public methodStatic memberRead(String, String)
Parse a known chemical string
Public methodStatic memberRead(String, String)
Try to parse a chemical string
Top
See Also