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

◆ sendMTFValues()

void Ionic.BZip2.BZip2Compressor.sendMTFValues ( )
inlineprivate

Definition at line 362 of file BZip2Compressor.cs.

363 {
365 int num = this.nInUse;
366 byte[][] sendMTFValues_len = compressionState.sendMTFValues_len;
367 if (compressionState == null)
368 {
369 }
370 if (compressionState.unseqToSeq == null)
371 {
372 }
373 int num2 = this.nMTF;
374 }
class f__AnonymousType0<< Count > j__TPar
BZip2Compressor.CompressionState cstate

References Ionic.BZip2.BZip2Compressor.cstate, j__TPar, Ionic.BZip2.BZip2Compressor.nInUse, and Ionic.BZip2.BZip2Compressor.nMTF.

Referenced by Ionic.BZip2.BZip2Compressor.moveToFrontCodeAndSend().