IFileHandler InterfaceChemAxon .NET API
Process files (read/write) with molecule content.

Namespace: ChemAxon.NET.API.IO
Assembly: ChemAxon.NET (in ChemAxon.NET.dll) Version: 1.0.0.1
Syntax

public interface IFileHandler
Methods

  NameDescription
Public methodRead
Opens a chemical file, reads the content of the file into an IJChemMolecule enumerator.
Public methodRead(MoleculeEncoding)
Opens a chemical file, reads the content of the file into an IJChemMolecule enumerator.
Public methodWrite(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.
Public methodWrite(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.
Public methodWrite(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.
Public methodWrite(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.
Public methodWrite(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.
Public methodWrite(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.
Public methodWrite(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.
Public methodWrite(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.
Top
See Also

Reference