terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Package Functions | |
unsafe | EncodingCharBuffer (Encoding enc, DecoderNLS decoder, char *charStart, int charCount, byte *byteStart, int byteCount) |
bool | AddChar (char ch, int numBytes) |
unsafe bool | AddChar (char ch) |
unsafe void | AdjustBytes (int count) |
unsafe byte | GetNextByte () |
unsafe bool | Fallback (byte fallbackByte) |
bool | Fallback (byte[] byteBuffer) |
Properties | |
unsafe bool | MoreData [get, set] |
unsafe int | BytesUsed [get, set] |
int | Count [get, set] |
Private Attributes | |
unsafe char * | chars |
unsafe char * | charStart |
unsafe char * | charEnd |
int | charCountResult |
Encoding | enc |
DecoderNLS | decoder |
unsafe byte * | byteStart |
unsafe byte * | byteEnd |
unsafe byte * | bytes |
DecoderFallbackBuffer | fallbackBuffer |
Definition at line 2098 of file Encoding.cs.