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.UTF7Encoding.Encoder Class Referencesealed
+ Inheritance diagram for System.Text.UTF7Encoding.Encoder:
+ Collaboration diagram for System.Text.UTF7Encoding.Encoder:

Public Member Functions

 Encoder (UTF7Encoding encoding)
 
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

void ClearMustFlush ()
 

Package Attributes

int bits
 
int bitCount
 
char _charLeftOver
 
bool _throwOnOverflow
 
int _charsUsed
 
EncoderFallback _fallback
 
EncoderFallbackBuffer _fallbackBuffer
 

Properties

override bool HasState [get, set]
 
Encoding Encoding [get, set]
 
bool MustFlush [get, set]
 
EncoderFallback Fallback [get, set]
 
unsafe EncoderFallbackBuffer FallbackBuffer [get, set]
 
unsafe bool InternalHasFallbackBuffer [get, set]
 

Private Attributes

Encoding _encoding
 
bool _mustFlush
 

Detailed Description

Definition at line 516 of file UTF7Encoding.cs.


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