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

◆ Inflate()

int Ionic.Zlib.InflateManager.Inflate ( FlushType flush)
inlinepackage

Definition at line 104 of file InflateManager.cs.

105 {
106 while (this._codec.InputBuffer == null)
107 {
108 }
110 return 1;
111 }
class f__AnonymousType0<< Count > j__TPar
InflateManager.InflateManagerMode mode

References Ionic.Zlib.InflateManager._codec, Ionic.Zlib.ZlibCodec.InputBuffer, j__TPar, and Ionic.Zlib.InflateManager.mode.

Referenced by Ionic.Zlib.ZlibCodec.Inflate().