org.apache.tools.bzip2

Interface BZip2Constants

public interface BZip2Constants

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

This interface is public for historical purposes. You should have no need to use it.

Field Summary
intbaseBlockSize
intG_SIZE
intMAX_ALPHA_SIZE
intMAX_CODE_LEN
intMAX_SELECTORS
intNUM_OVERSHOOT_BYTES
intN_GROUPS
intN_ITERS
int[]rNums
This array really shouldn't be here.
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
This array really shouldn't be here. Again, for historical purposes it is.

FIXME: This array should be in a private or package private location, since it could be modified by malicious code.

RUNA

public int RUNA

RUNB

public int RUNB