| Terraria v1.4.4.9
    Terraria source code documentation | 
| Protected Attributes | |
| readonly byte[] | _header | 
| readonly byte[] | _footer | 
| readonly int | _maxLineLength | 
| byte[] | _buffer | 
| int | _currentLineLength | 
| int | _currentBufferUsed | 
| Package Functions | |
| Base64WriteStateInfo () | |
| Base64WriteStateInfo (int bufferSize, byte[] header, byte[] footer, int maxLineLength, int mimeHeaderLength) | |
| void | Append (byte aByte) | 
| void | Append (params byte[] bytes) | 
| void | AppendCRLF (bool includeSpace) | 
| void | AppendHeader () | 
| void | AppendFooter () | 
| void | Reset () | 
| void | BufferFlushed () | 
| 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) | 
Definition at line 3 of file Base64WriteStateInfo.cs.