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

Package Functions

unsafe EncodingByteBuffer (Encoding inEncoding, EncoderNLS inEncoder, byte *inByteStart, int inByteCount, char *inCharStart, int inCharCount)
 
bool AddByte (byte b, int moreBytesExpected)
 
bool AddByte (byte b1)
 
bool AddByte (byte b1, byte b2)
 
bool AddByte (byte b1, byte b2, int moreBytesExpected)
 
unsafe void MovePrevious (bool bThrow)
 
char GetNextChar ()
 

Package Attributes

EncoderFallbackBuffer fallbackBuffer
 

Properties

bool MoreData [get]
 
int CharsUsed [get]
 
int Count [get]
 

Private Attributes

unsafe byte * bytes
 
unsafe byte * byteStart
 
unsafe byte * byteEnd
 
unsafe char * chars
 
unsafe char * charStart
 
unsafe char * charEnd
 
int byteCountResult
 
Encoding enc
 
EncoderNLS encoder
 

Detailed Description

Definition at line 1626 of file Encoding.cs.


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