A class for hooking into a BinaryReader and replacing strings More...
Public Types | |
enum | DictionaryType { NOT_USE , SYSTEM , USER } |
Type of dic.txt to use More... | |
Public Member Functions | |
BinaryReaderWrapper (Stream stream, Encoding encoding) | |
override string | ReadString () |
Static Public Member Functions | |
static string | getExecDir (bool withSeparator=false) |
static Dictionary< string, string > | createSystemDict (bool useWarningMessage=false) |
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 Public Attributes | |
static Guid | currentGuid |
static Guid | currentEventGuid |
static string | currentEventName |
A class for hooking into a BinaryReader and replacing strings
Yukar.Common.BinaryReaderWrapper.BinaryReaderWrapper | ( | Stream | stream, |
Encoding | encoding | ||
) |
|
static |
|
static |
|
static |
override string Yukar.Common.BinaryReaderWrapper.ReadString | ( | ) |
|
static |
|
static |
|
static |
|
static |
|
static |