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

◆ AddEntry() [2/6]

ZipEntry Ionic.Zip.ZipFile.AddEntry ( string entryName,
OpenDelegate opener,
CloseDelegate closer )
inline

Definition at line 204 of file ZipFile.cs.

205 {
206 if (!true)
207 {
208 }
209 ZipEntry zipEntry = ZipEntry.CreateForJitStreamProvider(entryName, opener, closer);
213 zipEntry.SetEntryTimes(now, now2, now3);
214 if (this._StatusMessageTextWriter != null)
215 {
216 }
217 return this._InternalAddEntry(zipEntry);
218 }
class f__AnonymousType0<< Count > j__TPar
TextWriter _StatusMessageTextWriter
Definition ZipFile.cs:2643
ZipEntry _InternalAddEntry(ZipEntry ze)
Definition ZipFile.cs:221
static DateTime Now
Definition DateTime.cs:530

References Ionic.Zip.ZipFile._InternalAddEntry(), Ionic.Zip.ZipFile._StatusMessageTextWriter, Ionic.Zip.ZipEntry.CreateForJitStreamProvider(), j__TPar, and System.DateTime.Now.