org.apache.commons.compress.compressors.bzip2
interface BZip2Constants
| Field Summary | |
|---|---|
| int | BASE_BLOCK_SIZE |
| 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[] | RAND_NUMS |
| int | RUNA |
| int | RUNB |