|
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
|
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 |
Definition at line 10 of file CachedBuffer.cs.