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

◆ InitBlock()

void Ionic.BZip2.BZip2InputStream.InitBlock ( )
inlineprivate

Definition at line 214 of file BZip2InputStream.cs.

215 {
216 int bits = this.GetBits(8);
217 int bits2 = this.GetBits(8);
218 int bits3 = this.GetBits(8);
219 int bits4 = this.GetBits(8);
220 int bits5 = this.GetBits(8);
221 int bits6 = this.GetBits(8);
222 this.complete();
223 }
class f__AnonymousType0<< Count > j__TPar

References Ionic.BZip2.BZip2InputStream.complete(), Ionic.BZip2.BZip2InputStream.GetBits(), and j__TPar.

Referenced by Ionic.BZip2.BZip2InputStream.init(), Ionic.BZip2.BZip2InputStream.SetupNoRandPartA(), and Ionic.BZip2.BZip2InputStream.SetupRandPartA().