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

◆ OnReadBytes()

void Ionic.Zip.ZipFile.OnReadBytes ( ZipEntry entry)
inlinepackage

Definition at line 1810 of file ZipFile.cs.

1811 {
1812 if (this.ReadProgress != null)
1813 {
1814 string name = this._name;
1815 Stream readStream = this.ReadStream;
1817 return;
1818 }
1819 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< ReadProgressEventArgs > ReadProgress
Definition ZipFile.cs:1768
long LengthOfReadStream
Definition ZipFile.cs:1835

References Ionic.Zip.ZipFile._name, j__TPar, Ionic.Zip.ZipFile.LengthOfReadStream, System.name, Ionic.Zip.ZipFile.ReadProgress, and Ionic.Zip.ZipFile.ReadStream.