Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Base64Decoder Class Referencesealed

Package Functions

override int Decode (char[] chars, int startPos, int len)
 
override int Decode (string str, int startPos, int len)
 
override void Reset ()
 
override void SetNextOutputBuffer (Array buffer, int index, int count)
 

Properties

override int DecodedCount [get]
 
override bool IsFull [get]
 

Private Member Functions

void Decode (ReadOnlySpan< char > chars, Span< byte > bytes, out int charsDecoded, out int bytesDecoded)
 

Static Private Member Functions

static byte[] ConstructMapBase64 ()
 

Private Attributes

byte[] _buffer
 
int _startIndex
 
int _curIndex
 
int _endIndex
 
int _bits
 
int _bitsFilled
 

Static Private Attributes

static readonly byte[] s_mapBase64 = ConstructMapBase64()
 

Detailed Description

Definition at line 3 of file Base64Decoder.cs.


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