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

Public Member Functions

override bool Fallback (byte[] bytesUnknown, int index)
 
override char GetNextChar ()
 
 DecoderExceptionFallbackBuffer ()
 
virtual void Reset ()
 

Package Functions

unsafe void InternalReset ()
 
unsafe void InternalInitialize (byte *byteStart, char *charEnd)
 
virtual unsafe bool InternalFallback (byte[] bytes, byte *pBytes, ref char *chars)
 
virtual unsafe int InternalFallback (byte[] bytes, byte *pBytes)
 
void ThrowLastBytesRecursive (byte[] bytesUnknown)
 

Package Attributes

unsafe byte * byteStart
 
unsafe char * charEnd
 

Properties

override int Remaining [get, set]
 

Private Member Functions

void Throw (byte[] bytesUnknown, int index)
 

Detailed Description

Definition at line 9 of file DecoderExceptionFallbackBuffer.cs.


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