Interface IImport
Represents methods to load text content.
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.