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
BufferOffsetSize2.cs
Go to the documentation of this file.
1using System;
2
3namespace Mono.Net.Security
4{
5 // Token: 0x0200004A RID: 74
7 {
8 // Token: 0x060000BF RID: 191 RVA: 0x00003C8C File Offset: 0x00001E8C
9 public BufferOffsetSize2(int size)
10 {
11 }
12
13 // Token: 0x060000C0 RID: 192 RVA: 0x00003CA0 File Offset: 0x00001EA0
14 public void Reset()
15 {
16 int initialSize = this.InitialSize;
17 }
18
19 // Token: 0x060000C1 RID: 193 RVA: 0x00003CB4 File Offset: 0x00001EB4
20 public void MakeRoom(int size)
21 {
22 byte[] buffer = this.Buffer;
23 int offset = this.Offset;
24 int totalBytes = this.TotalBytes;
25 byte[] buffer2;
26 if (offset != 0)
27 {
28 buffer2 = this.Buffer;
29 return;
30 }
32 }
33
34 // Token: 0x060000C2 RID: 194 RVA: 0x00003CE8 File Offset: 0x00001EE8
35 public void AppendData(byte[] buffer, int offset, int size)
36 {
37 this.MakeRoom(size);
38 int offset2 = this.Offset;
39 int totalBytes = this.TotalBytes;
40 byte[] buffer2 = this.Buffer;
41 int size2 = this.Size;
43 }
44
45 // Token: 0x040000A0 RID: 160
46 public readonly int InitialSize = size;
47 }
48}
class f__AnonymousType0<< Count > j__TPar
void AppendData(byte[] buffer, int offset, int size)