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

◆ Write() [1/2]

override void Ionic.Zip.ZipCipherStream.Write ( byte[] buffer,
int offset,
int count )
inline

Definition at line 48 of file ZipCipherStream.cs.

49 {
50 do
51 {
52 CryptoMode mode = this._mode;
53 }
54 while (buffer == null);
55 if (count != 0)
56 {
57 if (offset != 0)
58 {
59 }
60 ZipCrypto cipher = this._cipher;
61 Stream s = this._s;
62 return;
63 }
64 }
class f__AnonymousType0<< Count > j__TPar

References Ionic.Zip.ZipCipherStream._cipher, Ionic.Zip.ZipCipherStream._mode, Ionic.Zip.ZipCipherStream._s, System.count, j__TPar, System.mode, System.offset, and System.s.