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.UTF8Encoding.UTF8Decoder Class Referencesealed
+ Inheritance diagram for System.Text.UTF8Encoding.UTF8Decoder:

Public Member Functions

 UTF8Decoder (UTF8Encoding encoding)
 
override void Reset ()
 
override int GetCharCount (byte[] bytes, int index, int count)
 
override int GetCharCount (byte[] bytes, int index, int count, bool flush)
 
unsafe override int GetCharCount (byte *bytes, int count, bool flush)
 
override int GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
 
override int GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush)
 
unsafe override int GetChars (byte *bytes, int byteCount, char *chars, int charCount, bool flush)
 
virtual int GetChars (ReadOnlySpan< byte > bytes, Span< char > chars, bool flush)
 
override void Convert (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, [Out] int bytesUsed, [Out] int charsUsed, [Out] bool completed)
 
unsafe override void Convert (byte *bytes, int byteCount, char *chars, int charCount, bool flush, [Out] int bytesUsed, [Out] int charsUsed, [Out] bool completed)
 

Package Functions

void ClearMustFlush ()
 

Package Attributes

int bits
 
bool _throwOnOverflow
 
int _bytesUsed
 
DecoderFallback _fallback
 
DecoderFallbackBuffer _fallbackBuffer
 

Properties

override bool HasState [get]
 
bool MustFlush [get]
 
DecoderFallback Fallback [get]
 
DecoderFallbackBuffer FallbackBuffer [get]
 
bool InternalHasFallbackBuffer [get]
 

Private Attributes

Encoding _encoding
 
bool _mustFlush
 

Detailed Description

Definition at line 733 of file UTF8Encoding.cs.


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