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
Loading...
Searching...
No Matches
Newtonsoft.Json.Utilities.Base64Encoder Class Reference
+ Collaboration diagram for Newtonsoft.Json.Utilities.Base64Encoder:

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
 

Detailed Description

Definition at line 11 of file Base64Encoder.cs.


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