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

◆ WriteHeader()

void Ionic.Zip.ZipEntry.WriteHeader ( Stream s,
int cycle )
inlinepackage

Definition at line 1919 of file ZipEntry.cs.

1920 {
1922 Zip64Option zip = this._container.Zip64;
1923 int num = 1;
1924 this._presumeZip64 = num != 0;
1925 }
class f__AnonymousType0<< Count > j__TPar
ZipContainer _container
Definition ZipEntry.cs:2426

References Ionic.Zip.ZipEntry._container, j__TPar, System.s, and Ionic.Zip.ZipContainer.Zip64.

Referenced by Ionic.Zip.ZipEntry.CopyThroughWithRecompute().