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

◆ PrepOutputStream()

void Ionic.Zip.ZipEntry.PrepOutputStream ( Stream s,
long streamLength,
[Out] CountingStream outputCounter,
[Out] Stream encryptor,
[Out] Stream compressor,
[Out] CrcCalculatorStream output )
inlinepackage

Definition at line 2075 of file ZipEntry.cs.

2076 {
2077 if (streamLength != 0L)
2078 {
2080 Stream stream = this.MaybeApplyCompression(stream2, streamLength);
2081 return;
2082 }
2083 }
class f__AnonymousType0<< Count > j__TPar
Stream MaybeApplyCompression(Stream s, long streamLength)
Definition ZipEntry.cs:2086

References j__TPar, System.L, and Ionic.Zip.ZipEntry.MaybeApplyCompression().