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
|
This is the complete list of members for System.Text.Decoder, including all inherited members.
_fallback | System.Text.Decoder | package |
_fallbackBuffer | System.Text.Decoder | package |
Convert(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) | System.Text.Decoder | inlinevirtual |
Convert(byte *bytes, int byteCount, char *chars, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed) | System.Text.Decoder | inlinevirtual |
Decoder() | System.Text.Decoder | inlineprotected |
Fallback | System.Text.Decoder | |
FallbackBuffer | System.Text.Decoder | |
GetCharCount(byte[] bytes, int index, int count) | System.Text.Decoder | |
GetCharCount(byte[] bytes, int index, int count, bool flush) | System.Text.Decoder | inlinevirtual |
GetCharCount(byte *bytes, int count, bool flush) | System.Text.Decoder | inlinevirtual |
GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex) | System.Text.Decoder | |
GetChars(byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush) | System.Text.Decoder | inlinevirtual |
GetChars(byte *bytes, int byteCount, char *chars, int charCount, bool flush) | System.Text.Decoder | inlinevirtual |
GetChars(global::System.ReadOnlySpan< byte > bytes, global::System.Span< char > chars, bool flush) | System.Text.Decoder | inlinevirtual |
InternalHasFallbackBuffer | System.Text.Decoder | package |
Reset() | System.Text.Decoder | inlinevirtual |