org.apache.tools.bzip2

Interface BZip2Constants

public interface BZip2Constants

Base class for both the compress and decompress classes. Holds common arrays, and static data.
Field Summary
intbaseBlockSize
intG_SIZE
intMAX_ALPHA_SIZE
intMAX_CODE_LEN
intMAX_SELECTORS
intNUM_OVERSHOOT_BYTES
intN_GROUPS
intN_ITERS
int[]rNums
intRUNA
intRUNB

Field Detail

baseBlockSize

public int baseBlockSize

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

rNums

public int[] rNums

RUNA

public int RUNA

RUNB

public int RUNB
Copyright