com.jcraft.jzlib
Class StaticTree

java.lang.Object
  extended by com.jcraft.jzlib.StaticTree

final class StaticTree
extends java.lang.Object


Field Summary
(package private)  int elems
           
(package private)  int extra_base
           
(package private)  int[] extra_bits
           
(package private) static int MAX_BL_BITS
           
(package private)  int max_length
           
(package private) static StaticTree static_bl_desc
           
(package private) static StaticTree static_d_desc
           
(package private) static short[] static_dtree
           
(package private) static StaticTree static_l_desc
           
(package private) static short[] static_ltree
           
(package private)  short[] static_tree
           
 
Constructor Summary
StaticTree(short[] static_tree, int[] extra_bits, int extra_base, int elems, int max_length)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX_BL_BITS

static final int MAX_BL_BITS
See Also:
Constant Field Values

static_ltree

static final short[] static_ltree

static_dtree

static final short[] static_dtree

static_l_desc

static StaticTree static_l_desc

static_d_desc

static StaticTree static_d_desc

static_bl_desc

static StaticTree static_bl_desc

static_tree

short[] static_tree

extra_bits

int[] extra_bits

extra_base

int extra_base

elems

int elems

max_length

int max_length
Constructor Detail

StaticTree

StaticTree(short[] static_tree,
           int[] extra_bits,
           int extra_base,
           int elems,
           int max_length)


Copyright 2006 null. All Rights Reserved.