terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.DataStructures.CachedBuffer Class Reference
+ Collaboration diagram for Terraria.DataStructures.CachedBuffer:

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, set]
 
bool IsActive [get, set]
 

Private Attributes

readonly MemoryStream _memoryStream
 
bool _isActive
 

Detailed Description

Definition at line 10 of file CachedBuffer.cs.


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