terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
Base64Encoder (TextWriter writer) | |
void | Encode (byte[] buffer, int index, int count) |
void | Flush () |
Private Member Functions | |
void | WriteChars (char[] chars, int index, int count) |
Private Attributes | |
readonly char[] | _charsLine |
readonly TextWriter | _writer |
byte[] | _leftOverBytes |
int | _leftOverBytesCount |
Static Private Attributes | |
const int | Base64LineSize = 76 |
const int | LineSizeInBytes = 57 |
Definition at line 11 of file Base64Encoder.cs.