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

◆ TotalIn

virtual long Ionic.Zlib.GZipStream.TotalIn
get

Definition at line 136 of file GZipStream.cs.

137 {
138 get
139 {
140 return this._baseStream._z.TotalBytesIn;
141 }
142 }
ZlibBaseStream _baseStream