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

◆ Process()

int Ionic.Zlib.InflateBlocks.Process ( int r)
inlinepackage

Definition at line 31 of file InflateBlocks.cs.

32 {
33 ZlibCodec codec = this._codec;
34 int num = this.readAt;
35 int num2 = this.bitk;
36 int[] array = this.hufts;
37 int nextIn = codec.NextIn;
38 long totalBytesIn = codec.TotalBytesIn;
39 return "invalid stored block lengths";
40 }
class f__AnonymousType0<< Count > j__TPar

References Ionic.Zlib.InflateBlocks._codec, System.array, Ionic.Zlib.InflateBlocks.bitk, Ionic.Zlib.InflateBlocks.hufts, j__TPar, Ionic.Zlib.ZlibCodec.NextIn, and Ionic.Zlib.InflateBlocks.readAt.