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
Loading...
Searching...
No Matches
System.Text.Encoder Class Referenceabstract
+ Inheritance diagram for System.Text.Encoder:
+ Collaboration diagram for System.Text.Encoder:

Public Member Functions

virtual void Reset ()
 
int GetByteCount (char[] chars, int index, int count, bool flush)
 
virtual unsafe int GetByteCount (char *chars, int count, bool flush)
 
int GetBytes (char[] chars, int charIndex, int charCount, byte[] bytes, int byteIndex, bool flush)
 
virtual unsafe int GetBytes (char *chars, int charCount, byte *bytes, int byteCount, bool flush)
 
virtual 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)
 
virtual unsafe void Convert (char *chars, int charCount, byte *bytes, int byteCount, bool flush, out int charsUsed, out int bytesUsed, out bool completed)
 

Protected Member Functions

 Encoder ()
 

Package Attributes

EncoderFallback _fallback
 
EncoderFallbackBuffer _fallbackBuffer
 

Properties

EncoderFallback Fallback [get, set]
 
unsafe EncoderFallbackBuffer FallbackBuffer [get, set]
 
unsafe bool InternalHasFallbackBuffer [get, set]
 

Detailed Description

Definition at line 10 of file Encoder.cs.


The documentation for this class was generated from the following file: