terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WriteAndReadBack()

void System.Net.MonoChunkParser.WriteAndReadBack ( byte[] buffer,
int offset,
int size,
int read )
inline

Definition at line 19 of file MonoChunkParser.cs.

20 {
21 this.InternalWrite(buffer, offset, size);
22 int num = this.ReadFromChunks(buffer, offset, size);
23 read.m_value = num;
24 }
class f__AnonymousType0<< Count > j__TPar
int ReadFromChunks(byte[] buffer, int offset, int size)
void InternalWrite(byte[] buffer, int offset, int size)

References System.Net.MonoChunkParser.InternalWrite(), j__TPar, System.offset, and System.Net.MonoChunkParser.ReadFromChunks().