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.Encoding.DefaultDecoder Class Reference
+ Inheritance diagram for System.Text.Encoding.DefaultDecoder:

Public Member Functions

 DefaultDecoder (Encoding encoding)
 
object GetRealObject (StreamingContext context)
 
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 void Reset ()
 
virtual int GetChars (ReadOnlySpan< byte > bytes, Span< char > chars, bool flush)
 
virtual 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)
 

Package Functions

 DefaultDecoder (SerializationInfo info, StreamingContext context)
 

Package Attributes

DecoderFallback _fallback
 
DecoderFallbackBuffer _fallbackBuffer
 

Properties

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

Private Member Functions

void ISerializable. GetObjectData (SerializationInfo info, StreamingContext context)
 

Private Attributes

Encoding m_encoding
 
bool m_hasInitializedEncoding
 

Detailed Description

Definition at line 1218 of file Encoding.cs.


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