|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Ionic.Zlib.Tree:Public Member Functions | |
| Tree () | |
Package Functions | |
| void | gen_bitlen (DeflateManager s) |
| void | build_tree (DeflateManager s) |
Static Package Functions | |
| static int | DistanceCode (int dist) |
| static void | gen_codes (short[] tree, int max_code, short[] bl_count) |
| static int | bi_reverse (int code, int len) |
Package Attributes | |
| short[] | dyn_tree |
| int | max_code |
| StaticTree | staticTree |
Static Package Attributes | |
| const int | Buf_size = 16 |
| static readonly int[] | ExtraLengthBits |
| static readonly int[] | ExtraDistanceBits |
| static readonly int[] | extra_blbits |
| static readonly sbyte[] | bl_order |
| static readonly sbyte[] | LengthCode |
| static readonly int[] | LengthBase |
| static readonly int[] | DistanceBase |
Static Private Member Functions | |
| static | Tree () |
Static Private Attributes | |
| static readonly int | HEAP_SIZE |
| static readonly sbyte[] | _dist_code |