Package com.jcraft.jzlib
Class StaticTree
- java.lang.Object
-
- com.jcraft.jzlib.StaticTree
-
final class StaticTree extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static int
BL_CODES
private static int
D_CODES
(package private) int
elems
(package private) int
extra_base
(package private) int[]
extra_bits
private static int
L_CODES
private static int
LENGTH_CODES
private static int
LITERALS
private static int
MAX_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
Constructors Modifier Constructor Description private
StaticTree(short[] static_tree, int[] extra_bits, int extra_base, int elems, int max_length)
-
-
-
Field Detail
-
MAX_BITS
private static final int MAX_BITS
- See Also:
- Constant Field Values
-
BL_CODES
private static final int BL_CODES
- See Also:
- Constant Field Values
-
D_CODES
private static final int D_CODES
- See Also:
- Constant Field Values
-
LITERALS
private static final int LITERALS
- See Also:
- Constant Field Values
-
LENGTH_CODES
private static final int LENGTH_CODES
- See Also:
- Constant Field Values
-
L_CODES
private static final int L_CODES
- See Also:
- Constant Field Values
-
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
-
-