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

◆ BufferSize

int Ionic.Zip.ZipContainer.BufferSize
get

Definition at line 127 of file ZipContainer.cs.

128 {
129 get
130 {
131 ZipFile zf;
132 for (;;)
133 {
134 zf = this._zf;
135 if (zf != null)
136 {
137 break;
138 }
139 if (zf == null)
140 {
141 return;
142 }
143 }
144 return zf._BufferSize;
145 }
146 }
class f__AnonymousType0<< Count > j__TPar

Referenced by Ionic.Zip.ZipEntry.CopyThroughWithNoChange(), Ionic.Zip.ZipEntry.CopyThroughWithRecompute(), and Ionic.Zip.ZipEntry.ExtractOne().