MoleculeRead Method |
| Name | Description | |
|---|---|---|
| Read(Byte) |
Try to open a binary data, which could be a binary file, for a compress file
| |
| Read(Stream) |
Read from a stream, which can be any chemical file format
| |
| Read(String) |
Try to parse a generic chemical string, which could be SMILES, InChI, MolFile or other chemical string
| |
| Read(Byte, String) |
Try to open a known binary data
| |
| Read(Byte, String) |
Try to open a binary data, which could be a binary file, for a compress file
| |
| Read(Stream, String) |
Read from a stream, and the file format is known
| |
| Read(Stream, String) |
Read from a stream, which can be any chemical file format
| |
| Read(String, String) |
Parse a known chemical string
| |
| Read(String, String) |
Try to parse a chemical string
|