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.
- Author:
- Keiron Liddle
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The base block size.static final int
The g size.static final int
The max alpha size.static final int
The max code len.static final int
The max selectors.static final int
The n groups.static final int
The n iters.static final int
The num overshoot bytes.static final int[]
The r nums.static final int
The runa.static final int
The runb.
-
Field Details
-
baseBlockSize
static final int baseBlockSizeThe base block size.- See Also:
-
MAX_ALPHA_SIZE
static final int MAX_ALPHA_SIZEThe max alpha size.- See Also:
-
MAX_CODE_LEN
static final int MAX_CODE_LENThe max code len.- See Also:
-
RUNA
static final int RUNAThe runa.- See Also:
-
RUNB
static final int RUNBThe runb.- See Also:
-
N_GROUPS
static final int N_GROUPSThe n groups.- See Also:
-
G_SIZE
static final int G_SIZEThe g size.- See Also:
-
N_ITERS
static final int N_ITERSThe n iters.- See Also:
-
MAX_SELECTORS
static final int MAX_SELECTORSThe max selectors.- See Also:
-
NUM_OVERSHOOT_BYTES
static final int NUM_OVERSHOOT_BYTESThe num overshoot bytes.- See Also:
-
rNums
static final int[] rNumsThe r nums.
-