| 
    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.EncoderNLS:
 Collaboration diagram for System.Text.EncoderNLS:Public Member Functions | |
| override void | Reset () | 
| override int | GetByteCount (char[] chars, int index, int count, bool flush) | 
| unsafe override int | GetByteCount (char *chars, int count, bool flush) | 
| override int | GetBytes (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush) | 
| unsafe override int | GetBytes (char *chars, int charCount, byte *bytes, int byteCount, bool flush) | 
| override void | Convert (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) | 
| unsafe override void | Convert (char *chars, int charCount, byte *bytes, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed) | 
Package Functions | |
| EncoderNLS (Encoding encoding) | |
| void | ClearMustFlush () | 
Package Attributes | |
| char | _charLeftOver | 
| bool | _throwOnOverflow | 
| int | _charsUsed | 
| EncoderFallback | _fallback | 
| EncoderFallbackBuffer | _fallbackBuffer | 
Properties | |
| Encoding | Encoding [get, set] | 
| bool | MustFlush [get, set] | 
| virtual bool | HasState [get, set] | 
| EncoderFallback | Fallback [get, set] | 
| unsafe EncoderFallbackBuffer | FallbackBuffer [get, set] | 
| unsafe bool | InternalHasFallbackBuffer [get, set] | 
Private Attributes | |
| Encoding | _encoding | 
| bool | _mustFlush | 
Definition at line 9 of file EncoderNLS.cs.