Method | Description | |
---|---|---|
MoFileParser ( ) : System |
Initializes a new instance of the MoFileParser class with UTF-8 as default encoding and with enabled automatic encoding detection.
|
|
MoFileParser ( |
Initializes a new instance of the MoFileParser class using given default encoding and given automatic encoding detection option.
|
|
Parse ( Stream stream ) : |
Parses a GNU MO file from the given stream and loads all available data. http://www.gnu.org/software/gettext/manual/html_node/MO-Files.html |
Method | Description | |
---|---|---|
_ReadStrings ( |
||
_ReverseBytes ( uint value ) : uint |
public MoFileParser ( |
||
defaultEncoding | ||
autoDetectEncoding | bool | |
return | System |
public Parse ( Stream stream ) : |
||
stream | Stream | Stream that contain binary data in the MO file format |
return |