Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Net.Mail.BufferBuilder Class Referencesealed

Package Functions

 BufferBuilder ()
 
 BufferBuilder (int initialSize)
 
void Append (byte value)
 
void Append (byte[] value)
 
void Append (byte[] value, int offset, int count)
 
void Append (string value)
 
void Append (string value, bool allowUnicode)
 
void Append (string value, int offset, int count, bool allowUnicode)
 
void Append (string value, int offset, int count)
 
byte[] GetBuffer ()
 
void Reset ()
 

Properties

int Length [get]
 

Private Member Functions

void EnsureBuffer (int count)
 

Private Attributes

byte[] _buffer
 
int _offset
 

Detailed Description

Definition at line 5 of file BufferBuilder.cs.


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