Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
XmlTextWriterBase64Encoder (XmlTextEncoder xmlTextEncoder) | |
override void | WriteChars (char[] chars, int index, int count) |
override Task | WriteCharsAsync (char[] chars, int index, int count) |
void | Encode (byte[] buffer, int index, int count) |
void | Flush () |
async Task | EncodeAsync (byte[] buffer, int index, int count) |
async Task | FlushAsync () |
Private Attributes | |
readonly XmlTextEncoder | _xmlTextEncoder |
byte[] | _leftOverBytes |
int | _leftOverBytesCount |
readonly char[] | _charsLine |
Definition at line 5 of file XmlTextWriterBase64Encoder.cs.