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
Ionic.Zlib.Tree Class Referencesealed

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
 

Detailed Description

Definition at line 7 of file Tree.cs.


The documentation for this class was generated from the following file: