org.apache.tools.bzip2
public interface BZip2Constants
This interface is public for historical purposes. You should have no need to use it.
| Field Summary | |
|---|---|
| int | baseBlockSize |
| int | G_SIZE |
| int | MAX_ALPHA_SIZE |
| int | MAX_CODE_LEN |
| int | MAX_SELECTORS |
| int | NUM_OVERSHOOT_BYTES |
| int | N_GROUPS |
| int | N_ITERS |
| int[] | rNums
This array really shouldn't be here.
|
| int | RUNA |
| int | RUNB |
FIXME: This array should be in a private or package private location, since it could be modified by malicious code.