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
StaticTree.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Ionic.Zlib
4
{
5
// Token: 0x02000054 RID: 84
6
internal
sealed
class
StaticTree
7
{
8
// Token: 0x060003A9 RID: 937 RVA: 0x0000E594 File Offset: 0x0000C794
9
private
StaticTree
(
short
[]
treeCodes
,
int
[]
extraBits
,
int
extraBase
,
int
elems
,
int
maxLength
)
10
{
11
this.treeCodes
=
treeCodes
;
12
this.extraBits
=
extraBits
;
13
this.extraBase
=
extraBase
;
14
this.maxLength
=
elems
;
15
this.maxLength
=
maxLength
;
16
}
17
18
// Token: 0x060003AA RID: 938 RVA: 0x0000E5CC File Offset: 0x0000C7CC
19
static
StaticTree
()
20
{
21
}
22
23
// Token: 0x040002DA RID: 730
24
internal
static
readonly
short
[]
lengthAndLiteralsTreeCodes
;
25
26
// Token: 0x040002DB RID: 731
27
internal
static
readonly
short
[]
distTreeCodes
;
28
29
// Token: 0x040002DC RID: 732
30
internal
static
readonly
StaticTree
Literals
;
31
32
// Token: 0x040002DD RID: 733
33
internal
static
readonly
StaticTree
Distances
;
34
35
// Token: 0x040002DE RID: 734
36
internal
static
readonly
StaticTree
BitLengths
;
37
38
// Token: 0x040002DF RID: 735
39
internal
short
[]
treeCodes
;
40
41
// Token: 0x040002E0 RID: 736
42
internal
int
[]
extraBits
;
43
44
// Token: 0x040002E1 RID: 737
45
internal
int
extraBase
;
46
47
// Token: 0x040002E2 RID: 738
48
internal
int
elems
;
49
50
// Token: 0x040002E3 RID: 739
51
internal
int
maxLength
;
52
}
53
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Ionic.Zlib.StaticTree.distTreeCodes
static readonly short[] distTreeCodes
Definition
StaticTree.cs:27
Ionic.Zlib.StaticTree.treeCodes
short[] treeCodes
Definition
StaticTree.cs:39
Ionic.Zlib.StaticTree.extraBits
int[] extraBits
Definition
StaticTree.cs:42
Ionic.Zlib.StaticTree.maxLength
int maxLength
Definition
StaticTree.cs:51
Ionic.Zlib.StaticTree.BitLengths
static readonly StaticTree BitLengths
Definition
StaticTree.cs:36
Ionic.Zlib.StaticTree.Distances
static readonly StaticTree Distances
Definition
StaticTree.cs:33
Ionic.Zlib.StaticTree.Literals
static readonly StaticTree Literals
Definition
StaticTree.cs:30
Ionic.Zlib.StaticTree.StaticTree
StaticTree(short[] treeCodes, int[] extraBits, int extraBase, int elems, int maxLength)
Definition
StaticTree.cs:9
Ionic.Zlib.StaticTree.extraBase
int extraBase
Definition
StaticTree.cs:45
Ionic.Zlib.StaticTree.StaticTree
static StaticTree()
Definition
StaticTree.cs:19
Ionic.Zlib.StaticTree.lengthAndLiteralsTreeCodes
static readonly short[] lengthAndLiteralsTreeCodes
Definition
StaticTree.cs:24
Ionic.Zlib.StaticTree.elems
int elems
Definition
StaticTree.cs:48
Ionic.Zlib.StaticTree
Definition
StaticTree.cs:7
Ionic.Zlib
Definition
Adler.cs:4
System
Definition
__ComObject.cs:4
source
Ionic.Zip.CF
Ionic
Zlib
StaticTree.cs
Generated by
1.10.0