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

◆ LengthOfReadStream

long Ionic.Zip.ZipFile.LengthOfReadStream
getprivate

Definition at line 1834 of file ZipFile.cs.

1835 {
1836 get
1837 {
1839 long fileLength;
1840 if (this._ReadStreamIsOurs)
1841 {
1842 fileLength = SharedUtilities.GetFileLength(this._name);
1843 return fileLength;
1844 }
1845 this._lengthOfReadStream = fileLength;
1846 return fileLength;
1847 }
1848 }
class f__AnonymousType0<< Count > j__TPar
long _lengthOfReadStream
Definition ZipFile.cs:2784

Referenced by Ionic.Zip.ZipFile.OnReadBytes().