terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Net.Mime.Base64WriteStateInfo Class Reference
+ Inheritance diagram for System.Net.Mime.Base64WriteStateInfo:

Protected Attributes

readonly byte[] _header
 
readonly byte[] _footer
 
readonly int _maxLineLength
 
byte[] _buffer
 
int _currentLineLength
 
int _currentBufferUsed
 

Package Functions

 Base64WriteStateInfo ()
 
void Append (byte aByte)
 
void Append (params byte[] bytes)
 
void AppendCRLF (bool includeSpace)
 
void AppendHeader ()
 
void AppendFooter ()
 
void Reset ()
 

Properties

int Padding [get, set]
 
byte LastBits [get, set]
 
int FooterLength [get]
 
byte[] Footer [get]
 
byte[] Header [get]
 
byte[] Buffer [get]
 
int Length [get]
 
int CurrentLineLength [get]
 
int MaxLineLength [get]
 

Private Member Functions

void EnsureSpaceInBuffer (int moreBytes)
 

Private Attributes

int< Paddingk__BackingField
 
byte< LastBitsk__BackingField
 

Detailed Description

Definition at line 7 of file Base64WriteStateInfo.cs.


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