terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Text.EncoderNLS Class Reference
+ Inheritance 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]
 
bool MustFlush [get]
 
virtual bool HasState [get]
 
EncoderFallback Fallback [get]
 
EncoderFallbackBuffer FallbackBuffer [get]
 
bool InternalHasFallbackBuffer [get]
 

Private Attributes

Encoding _encoding
 
bool _mustFlush
 

Detailed Description

Definition at line 7 of file EncoderNLS.cs.


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