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

◆ ReadStream

Stream Ionic.Zip.ZipContainer.ReadStream
get

Definition at line 294 of file ZipContainer.cs.

295 {
296 get
297 {
298 ZipFile zf = this._zf;
299 if (zf != null)
300 {
301 return zf.ReadStream;
302 }
303 return this._zis._inputStream;
304 }
305 }
class f__AnonymousType0<< Count > j__TPar