Class that can open text files with auto-detection of the encoding.
| C# | Visual Basic | Visual C++ |
public static class FileReader
Public NotInheritable Class FileReader
public ref class FileReader abstract sealed
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| IsUnicode(Encoding) |
Gets if the given encoding is a Unicode encoding (UTF).
| |
| OpenFile(String, Encoding) |
Opens the specified file for reading.
| |
| OpenStream(Stream, Encoding) |
Opens the specified stream for reading.
| |
| ReadFileContent(Stream, Encoding) |
Reads the content of the given stream.
| |
| ReadFileContent(String, Encoding) |
Reads the content of the file.
|
| Object | |
| FileReader | |
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238