public interface BZip2Constants
This interface is public for historical purposes. You should have no need to use it.
| Modifier and Type | Field and Description | 
|---|---|
| static int | baseBlockSize | 
| static int | G_SIZE | 
| static int | MAX_ALPHA_SIZE | 
| static int | MAX_CODE_LEN | 
| static int | MAX_SELECTORS | 
| static int | N_GROUPS | 
| static int | N_ITERS | 
| static int | NUM_OVERSHOOT_BYTES | 
| static int[] | rNumsThis array really shouldn't be here. | 
| static int | RUNA | 
| static int | RUNB | 
static final int baseBlockSize
static final int G_SIZE
static final int MAX_ALPHA_SIZE
static final int MAX_CODE_LEN
static final int MAX_SELECTORS
static final int N_GROUPS
static final int N_ITERS
static final int NUM_OVERSHOOT_BYTES
static final int[] rNums
FIXME: This array should be in a private or package private location, since it could be modified by malicious code.
static final int RUNA
static final int RUNB