Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Base64Encoder Class Referenceabstract

Package Functions

 Base64Encoder ()
 
void WriteChars (char[] chars, int index, int count)
 
void Encode (byte[] buffer, int index, int count)
 
void Flush ()
 
Task WriteCharsAsync (char[] chars, int index, int count)
 
async Task EncodeAsync (byte[] buffer, int index, int count)
 
async Task FlushAsync ()
 

Private Attributes

byte[] _leftOverBytes
 
int _leftOverBytesCount
 
readonly char[] _charsLine
 

Detailed Description

Definition at line 5 of file Base64Encoder.cs.


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