org.apache.commons.compress.compressors.bzip2

Interface BZip2Constants

interface BZip2Constants

Base class for both the compress and decompress classes. Holds common arrays, and static data.

Author: Keiron Liddle

Field Summary
intBASE_BLOCK_SIZE
intG_SIZE
intMAX_ALPHA_SIZE
intMAX_CODE_LEN
intMAX_SELECTORS
intNUM_OVERSHOOT_BYTES
intN_GROUPS
intN_ITERS
int[]RAND_NUMS
intRUNA
intRUNB

Field Detail

BASE_BLOCK_SIZE

public int BASE_BLOCK_SIZE

G_SIZE

public int G_SIZE

MAX_ALPHA_SIZE

public int MAX_ALPHA_SIZE

MAX_CODE_LEN

public int MAX_CODE_LEN

MAX_SELECTORS

public int MAX_SELECTORS

NUM_OVERSHOOT_BYTES

public int NUM_OVERSHOOT_BYTES

N_GROUPS

public int N_GROUPS

N_ITERS

public int N_ITERS

RAND_NUMS

public int[] RAND_NUMS

RUNA

public int RUNA

RUNB

public int RUNB