Package Attributes

short[] treeCodes
 
int[] extraBits
 
int extraBase
 
int elems
 
int maxLength
 

Static Package Attributes

static readonly short[] lengthAndLiteralsTreeCodes
 
static readonly short[] distTreeCodes
 
static readonly StaticTree Literals
 
static readonly StaticTree Distances
 
static readonly StaticTree BitLengths
 

Private Member Functions

 StaticTree (short[] treeCodes, int[] extraBits, int extraBase, int elems, int maxLength)
 

Static Private Member Functions

static StaticTree ()
 

Constructor & Destructor Documentation

Zlib.StaticTree.StaticTree ( short[]  treeCodes,
int[]  extraBits,
int  extraBase,
int  elems,
int  maxLength 
)
inlineprivate
static Zlib.StaticTree.StaticTree ( )
inlinestaticprivate

Member Data Documentation

readonly StaticTree Zlib.StaticTree.BitLengths
staticpackage
readonly StaticTree Zlib.StaticTree.Distances
staticpackage
readonly short [] Zlib.StaticTree.distTreeCodes
staticpackage
Initial value:
= new short[] {
0, 5, 16, 5, 8, 5, 24, 5, 4, 5, 20, 5, 12, 5, 28, 5,
2, 5, 18, 5, 10, 5, 26, 5, 6, 5, 22, 5, 14, 5, 30, 5,
1, 5, 17, 5, 9, 5, 25, 5, 5, 5, 21, 5, 13, 5, 29, 5,
3, 5, 19, 5, 11, 5, 27, 5, 7, 5, 23, 5 }
int Zlib.StaticTree.elems
package
int Zlib.StaticTree.extraBase
package
int [] Zlib.StaticTree.extraBits
package
readonly short [] Zlib.StaticTree.lengthAndLiteralsTreeCodes
staticpackage
readonly StaticTree Zlib.StaticTree.Literals
staticpackage
int Zlib.StaticTree.maxLength
package
short [] Zlib.StaticTree.treeCodes
package