|
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
|
Inheritance diagram for System.Text.DecoderFallbackBuffer:
Collaboration diagram for System.Text.DecoderFallbackBuffer:Public Member Functions | |
| bool | Fallback (byte[] bytesUnknown, int index) |
| char | GetNextChar () |
| virtual void | Reset () |
Protected Member Functions | |
| DecoderFallbackBuffer () | |
Package Functions | |
| unsafe void | InternalReset () |
| unsafe void | InternalInitialize (byte *byteStart, char *charEnd) |
| virtual unsafe bool | InternalFallback (byte[] bytes, byte *pBytes, ref char *chars) |
| virtual unsafe int | InternalFallback (byte[] bytes, byte *pBytes) |
| void | ThrowLastBytesRecursive (byte[] bytesUnknown) |
Package Attributes | |
| unsafe byte * | byteStart |
| unsafe char * | charEnd |
Properties | |
| int | Remaining [get] |
Definition at line 9 of file DecoderFallbackBuffer.cs.