Package org.apache.tools.bzip2
Interface BZip2Constants
- All Known Implementing Classes:
CBZip2InputStream
,CBZip2OutputStream
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
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int[]
This array really shouldn't be here.static final int
static final int
-
Field Details
-
baseBlockSize
static final int baseBlockSize- See Also:
-
MAX_ALPHA_SIZE
static final int MAX_ALPHA_SIZE- See Also:
-
MAX_CODE_LEN
static final int MAX_CODE_LEN- See Also:
-
RUNA
static final int RUNA- See Also:
-
RUNB
static final int RUNB- See Also:
-
N_GROUPS
static final int N_GROUPS- See Also:
-
G_SIZE
static final int G_SIZE- See Also:
-
N_ITERS
static final int N_ITERS- See Also:
-
MAX_SELECTORS
static final int MAX_SELECTORS- See Also:
-
NUM_OVERSHOOT_BYTES
static final int NUM_OVERSHOOT_BYTES- See Also:
-
rNums
static final int[] rNumsThis 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.
-