ITextImport Interface
Definition
Namespace: Alternet.Editor.TextSource
Assembly: Alternet.Editor.v8.dll
Represents methods to load text content in different formats.
Syntax
public interface ITextImport : IImport
Methods
LoadFile(String, IStringImport) | When implemented by a class, loads content from the given file with specified importer. |
LoadFile(String, IStringImport, Encoding) | When implemented by a class, loads content from the given file with specified importer and specific encoding. |
LoadStream(Stream, IStringImport) | When implemented by a class, loads the text content from the given stream with specified importer. |
LoadStream(Stream, IStringImport, Encoding) | When implemented by a class, loads the text content from the given stream with specified importer. |
LoadStream(TextReader, IStringImport) | When implemented by a class, loads the text content from the given stream with specified importer. |