Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 5 of file BufferBuilder.cs.