final class StaticTree
extends java.lang.Object
Modifier and Type | Field and 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 |
Modifier | Constructor and Description |
---|---|
private |
StaticTree(short[] static_tree,
int[] extra_bits,
int extra_base,
int elems,
int max_length) |
private static final int MAX_BITS
private static final int BL_CODES
private static final int D_CODES
private static final int LITERALS
private static final int LENGTH_CODES
private static final int L_CODES
static final int MAX_BL_BITS
static final short[] static_ltree
static final short[] static_dtree
static StaticTree static_l_desc
static StaticTree static_d_desc
static StaticTree static_bl_desc
short[] static_tree
int[] extra_bits
int extra_base
int elems
int max_length