Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
CachedBuffer (byte[] data) | |
void | Recycle () |
Public Attributes | |
readonly byte[] | Data |
readonly BinaryWriter | Writer |
readonly BinaryReader | Reader |
Package Functions | |
CachedBuffer | Activate () |
Properties | |
int | Length [get] |
bool | IsActive [get] |
Private Attributes | |
readonly MemoryStream | _memoryStream |
bool | _isActive = true |
Definition at line 5 of file CachedBuffer.cs.