IImport Interface
Definition
Namespace: Alternet.Syntax
Assembly: Alternet.Syntax.v8.dll
Represents methods to load text content.
Syntax
public interface IImport
Methods
LoadFile(String) | When implemented by a class, loads the contents of the specified file. |
LoadFile(String, Encoding) | When implemented by a class, loads the contents of the specified file with specified encoding. |
LoadStream(Stream) | When implemented by a class, loads the contents of the specified stream. |
LoadStream(Stream, Encoding) | When implemented by a class, loads the contents of the specified stream. |
LoadStream(TextReader) | When implemented by a class, loads the contents of the specified stream. |