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

◆ OnSaveBlock()

bool Ionic.Zip.ZipFile.OnSaveBlock ( ZipEntry entry,
long bytesXferred,
long totalBytesToXfer )
inlinepackage

Definition at line 1704 of file ZipFile.cs.

1705 {
1706 if (this.SaveProgress != null)
1707 {
1708 string name = this._name;
1709 if (SaveProgressEventArgs.ByteUpdate("(stream)", entry, bytesXferred, totalBytesToXfer)._cancel)
1710 {
1712 }
1713 }
1714 return this._saveOperationCanceled;
1715 }
class f__AnonymousType0<< Count > j__TPar
EventHandler< SaveProgressEventArgs > SaveProgress
Definition ZipFile.cs:1684
bool _saveOperationCanceled
Definition ZipFile.cs:2727

References Ionic.Zip.ZipProgressEventArgs._cancel, Ionic.Zip.ZipFile._name, Ionic.Zip.ZipFile._saveOperationCanceled, Ionic.Zip.SaveProgressEventArgs.ByteUpdate(), j__TPar, System.name, and Ionic.Zip.ZipFile.SaveProgress.

Referenced by Ionic.Zip.ZipEntry.CopyThroughWithRecompute(), and Ionic.Zip.ZipEntry.OnWriteBlock().