AvalonEdit
FileReader Class
NamespacesICSharpCode.AvalonEdit.UtilsFileReader
Class that can open text files with auto-detection of the encoding.
Declaration Syntax
C#Visual BasicVisual C++
public static class FileReader
Public NotInheritable Class FileReader
public ref class FileReader abstract sealed
Members
All MembersMethods



IconMemberDescription
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.

Inheritance Hierarchy
Object
FileReader

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238