Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.DataStructures.CachedBuffer Class Reference

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
 

Detailed Description

Definition at line 5 of file CachedBuffer.cs.


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