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
System.Net.ScatterGatherBuffers Class Reference
+ Collaboration diagram for System.Net.ScatterGatherBuffers:

Classes

class  MemoryChunk
 

Package Functions

 ScatterGatherBuffers ()
 
 ScatterGatherBuffers (long totalSize)
 
BufferOffsetSize[] GetBuffers ()
 
void Write (byte[] buffer, int offset, int count)
 

Properties

bool Empty [get, set]
 
int Length [get, set]
 

Private Member Functions

ScatterGatherBuffers.MemoryChunk AllocateMemoryChunk (int newSize)
 

Private Attributes

ScatterGatherBuffers.MemoryChunk headChunk
 
ScatterGatherBuffers.MemoryChunk currentChunk
 
int nextChunkLength
 
int totalLength
 
int chunkCount
 

Detailed Description

Definition at line 8 of file ScatterGatherBuffers.cs.


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