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.EncodingCharBuffer Class Reference

Package Functions

unsafe EncodingCharBuffer (Encoding enc, DecoderNLS decoder, char *charStart, int charCount, byte *byteStart, int byteCount)
 
bool AddChar (char ch, int numBytes)
 
bool AddChar (char ch)
 
unsafe void AdjustBytes (int count)
 
byte GetNextByte ()
 
bool Fallback (byte fallbackByte)
 
bool Fallback (byte[] byteBuffer)
 

Properties

bool MoreData [get]
 
int BytesUsed [get]
 
int Count [get]
 

Private Attributes

unsafe char * chars
 
unsafe char * charStart
 
unsafe char * charEnd
 
int charCountResult
 
Encoding enc
 
DecoderNLS decoder
 
unsafe byte * byteStart
 
unsafe byte * byteEnd
 
unsafe byte * bytes
 
DecoderFallbackBuffer fallbackBuffer
 

Detailed Description

Definition at line 1401 of file Encoding.cs.


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