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

◆ copy_block()

void Ionic.Zlib.DeflateManager.copy_block ( int buf,
int len,
bool header )
inlinepackage

Definition at line 297 of file DeflateManager.cs.

298 {
299 this.bi_windup();
300 int num = 8;
301 this.last_eob_len = num;
302 byte[] array = this.pending;
303 byte[] array2 = this.pending;
304 byte[] array3 = this.pending;
305 byte[] array4 = this.pending;
306 byte[] array5 = this.window;
307 byte[] array6 = this.pending;
308 int num2 = this.pendingCount;
309 Array.Copy(array5, buf, array6, num2, len);
310 int num3 = this.pendingCount;
312 }
class f__AnonymousType0<< Count > j__TPar
static void Copy(Array sourceArray, Array destinationArray, long length)
Definition Array.cs:205

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

Referenced by Ionic.Zlib.DeflateManager._tr_stored_block().