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.Xml.Ucs4Decoder3412 Class Reference
+ Inheritance diagram for System.Xml.Ucs4Decoder3412:

Public Member Functions

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

Package Functions

override int GetFullChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
 
void Ucs4ToUTF16 (uint code, char[] chars, int charIndex)
 

Package Attributes

byte[] lastBytes
 
int lastBytesCount
 
DecoderFallback _fallback
 
DecoderFallbackBuffer _fallbackBuffer
 

Properties

DecoderFallback Fallback [get]
 
DecoderFallbackBuffer FallbackBuffer [get]
 
bool InternalHasFallbackBuffer [get]
 

Detailed Description

Definition at line 6 of file Ucs4Decoder3412.cs.


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