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

Public Member Functions

 InternalDecoderBestFitFallbackBuffer (InternalDecoderBestFitFallback fallback)
 
override bool Fallback (byte[] bytesUnknown, int index)
 
override char GetNextChar ()
 
override void Reset ()
 

Package Functions

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

Package Attributes

unsafe byte * byteStart
 
unsafe char * charEnd
 

Properties

static object InternalSyncObject [get]
 
override int Remaining [get]
 

Private Member Functions

char TryBestFit (byte[] bytesCheck)
 

Private Attributes

char _cBestFit
 
int _iCount
 
int _iSize
 
InternalDecoderBestFitFallback _oFallback
 

Static Private Attributes

static object s_InternalSyncObject
 

Detailed Description

Definition at line 8 of file InternalDecoderBestFitFallbackBuffer.cs.


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