![]() |
|
BinaryReaderにフックして文字列の置き換えを行うためのクラス [詳解]
公開型 | |
| enum | DictionaryType { NOT_USE , SYSTEM , USER } |
| 使用するdic.txtのタイプ [詳解] | |
公開メンバ関数 | |
| BinaryReaderWrapper (Stream stream, Encoding encoding) | |
| override string | ReadString () |
静的公開メンバ関数 | |
| static string | getExecDir (bool withSeparator=false) |
| static Dictionary< string, string > | createSystemDict () |
| static void | ShowErrors () |
| static void | SetToUseDictionary (DictionaryType type, string loadingPath=null) |
| static void | SetToUseDictionary (DictionaryType type, Dictionary< Tuple< Guid, string >, string > dict) |
| static void | Initialize (string sysResDir, string language) |
| static void | ClearErrors () |
静的公開変数類 | |
| static Guid | currentGuid |
| static Guid | currentEventGuid |
| static string | currentEventName |
BinaryReaderにフックして文字列の置き換えを行うためのクラス
| Yukar.Common.BinaryReaderWrapper.BinaryReaderWrapper | ( | Stream | stream, |
| Encoding | encoding | ||
| ) |
|
static |
|
static |
|
static |
|
static |
| override string Yukar.Common.BinaryReaderWrapper.ReadString | ( | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |