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

◆ put_bytes()

void Ionic.Zlib.DeflateManager.put_bytes ( byte[] p,
int start,
int len )
inlineprivate

Definition at line 143 of file DeflateManager.cs.

144 {
145 byte[] array = this.pending;
146 int num = this.pendingCount;
147 Array.Copy(p, start, array, num, len);
148 int num2 = this.pendingCount;
150 }
class f__AnonymousType0<< Count > j__TPar
static void Copy(Array sourceArray, Array destinationArray, long length)
Definition Array.cs:205

References System.array, System.Array.Copy(), j__TPar, Ionic.Zlib.DeflateManager.pending, Ionic.Zlib.DeflateManager.pendingCount, and System.start.