Property | Type | Description | |
---|---|---|---|
encoding_ | FileEncoding |
Method | Description | |
---|---|---|
FileLoader ( EncodingClass encodingClass, UnicodeDetection detection, string path ) : System | ||
IsBinaryFile ( ) : bool | ||
LoadFile ( byte &src ) : bool | ||
LoadFile ( string &src ) : bool |
Method | Description | |
---|---|---|
DetermineUnicodeWhenFirstCharIsAscii ( string path ) : FileEncoding | ||
FileEncodingToTextEncoding ( ) : |
||
GetEncoding ( EncodingClass encodingClass, UnicodeDetection detection, string path ) : FileEncoding |
public FileLoader ( EncodingClass encodingClass, UnicodeDetection detection, string path ) : System | ||
encodingClass | EncodingClass | |
detection | UnicodeDetection | |
path | string | |
return | System |