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

Public Member Functions

 DefaultDecoder (Encoding encoding)
 
object GetRealObject (StreamingContext context)
 
override int GetCharCount (byte[] bytes, int index, int count)
 
override int GetCharCount (byte[] bytes, int index, int count, bool flush)
 
unsafe override int GetCharCount (byte *bytes, int count, bool flush)
 
override int GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex)
 
override int GetChars (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, bool flush)
 
unsafe override int GetChars (byte *bytes, int byteCount, char *chars, int charCount, bool flush)
 
virtual void Reset ()
 
virtual unsafe int GetCharCount (ReadOnlySpan< byte > bytes, bool flush)
 
virtual unsafe int GetChars (ReadOnlySpan< byte > bytes, Span< char > chars, bool flush)
 
virtual void Convert (byte[] bytes, int byteIndex, int byteCount, char[] chars, int charIndex, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
 
virtual unsafe void Convert (byte *bytes, int byteCount, char *chars, int charCount, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
 
virtual unsafe void Convert (ReadOnlySpan< byte > bytes, Span< char > chars, bool flush, out int bytesUsed, out int charsUsed, out bool completed)
 

Package Attributes

DecoderFallback _fallback
 
DecoderFallbackBuffer _fallbackBuffer
 

Properties

DecoderFallbackFallback [get, set]
 
DecoderFallbackBuffer FallbackBuffer [get]
 
bool InternalHasFallbackBuffer [get]
 

Private Attributes

readonly Encoding _encoding
 

Detailed Description

Definition at line 51 of file Encoding.cs.


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