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

Public Member Functions

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

Protected Member Functions

 DecoderFallbackBuffer ()
 

Package Functions

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

Package Attributes

unsafe byte * byteStart
 
unsafe char * charEnd
 

Properties

int Remaining [get]
 

Detailed Description

Definition at line 6 of file DecoderFallbackBuffer.cs.


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