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

◆ EndDeflate()

int Ionic.Zlib.ZlibCodec.EndDeflate ( )
inline

Definition at line 251 of file ZlibCodec.cs.

252 {
253 while (this.dstate == null)
254 {
255 }
256 }
DeflateManager dstate
Definition ZlibCodec.cs:383

References Ionic.Zlib.ZlibCodec.dstate.