BZip2Constantspublic 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.
|
Fields Summary |
---|
int | baseBlockSize | int | MAX_ALPHA_SIZE | int | MAX_CODE_LEN | int | RUNA | int | RUNB | int | N_GROUPS | int | G_SIZE | int | N_ITERS | int | MAX_SELECTORS | int | NUM_OVERSHOOT_BYTES | 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. |
|