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

◆ Adler32()

static uint Ionic.Zlib.Adler.Adler32 ( uint adler,
byte[] buf,
int index,
int len )
inlinestatic

Definition at line 9 of file Adler.cs.

10 {
11 int num = 1;
12 if (adler == 0U)
13 {
14 return;
15 }
16 if (num == 0)
17 {
18 }
19 if (buf == null)
20 {
21 return;
22 }
23 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.U.

Referenced by Ionic.Zlib.ZlibCodec.read_buf().