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

◆ bi_flush()

void Ionic.Zlib.DeflateManager.bi_flush ( )
inlinepackage

Definition at line 279 of file DeflateManager.cs.

280 {
281 int num = this.bi_valid;
282 byte[] array = this.pending;
283 short num2 = this.bi_buf;
284 this.pendingCount = (int)num2;
285 byte[] array2 = this.pending;
286 }
class f__AnonymousType0<< Count > j__TPar

References System.array, Ionic.Zlib.DeflateManager.bi_buf, Ionic.Zlib.DeflateManager.bi_valid, j__TPar, and Ionic.Zlib.DeflateManager.pending.

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