Methods
Name | Description | |
---|---|---|
Read |
Opens a chemical file, reads the content of the file into an IJChemMolecule enumerator.
| |
Read(MoleculeEncoding) |
Opens a chemical file, reads the content of the file into an IJChemMolecule enumerator.
| |
Write(IJChemMolecule) |
Creates a new chemical file, writes the chemical information to the file and then closes the file. If the target file already exists, it is overwritten. A return value indicates whether the writing succeeded.
| |
Write(IEnumerableIJChemMolecule) |
Creates a new chemical file, writes the chemical information to the file and then closes the file. If the target file already exists, it is overwritten. A return value indicates whether the writing succeeded.
| |
Write(IJChemMolecule, MoleculeFormat) |
Creates a new chemical file, writes the chemical information to the file and then closes the file. If the target file already exists, it is overwritten. A return value indicates whether the writing succeeded.
| |
Write(IJChemMolecule, MoleculeEncoding) |
Creates a new chemical file, writes the chemical information to the file and then closes the file. If the target file already exists, it is overwritten. A return value indicates whether the writing succeeded.
| |
Write(IEnumerableIJChemMolecule, MoleculeFormat) |
Creates a new chemical file, writes the chemical information to the file and then closes the file. If the target file already exists, it is overwritten. A return value indicates whether the writing succeeded.
| |
Write(IEnumerableIJChemMolecule, MoleculeEncoding) |
Creates a new chemical file, writes the chemical information to the file and then closes the file. If the target file already exists, it is overwritten. A return value indicates whether the writing succeeded.
| |
Write(IJChemMolecule, MoleculeFormat, MoleculeEncoding) |
Creates a new chemical file, writes the chemical information to the file and then closes the file. If the target file already exists, it is overwritten. A return value indicates whether the writing succeeded.
| |
Write(IEnumerableIJChemMolecule, MoleculeFormat, MoleculeEncoding) |
Creates a new chemical file, writes the chemical information to the file and then closes the file. If the target file already exists, it is overwritten. A return value indicates whether the writing succeeded.
|
See Also