Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Encoding.EncodingCharBuffer Class Referencesealed

Package Functions

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

Properties

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

Private Attributes

unsafe char * _chars
 
unsafe readonly char * _charStart
 
unsafe readonly char * _charEnd
 
int _charCountResult
 
readonly Encoding _enc
 
readonly DecoderNLS _decoder
 
unsafe readonly byte * _byteStart
 
unsafe readonly byte * _byteEnd
 
unsafe byte * _bytes
 
readonly DecoderFallbackBuffer _fallbackBuffer
 

Detailed Description

Definition at line 96 of file Encoding.cs.


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