Interface BZip2Constants
- All Known Implementing Classes:
BZip2CompressorInputStream,BZip2CompressorOutputStream
interface BZip2Constants
Constants for both the compress and decompress BZip2 classes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant 100000.static final intConstant 50.static final intConstant 258.static final intConstant 23.static final intConstant 18002.static final intConstant 6.static final intConstant 4.static final intConstant 20.static final intConstant 0.static final intConstant 1.
-
Field Details
-
BASEBLOCKSIZE
static final int BASEBLOCKSIZEConstant 100000.- See Also:
-
MAX_ALPHA_SIZE
static final int MAX_ALPHA_SIZEConstant 258.- See Also:
-
MAX_CODE_LEN
static final int MAX_CODE_LENConstant 23.- See Also:
-
RUNA
static final int RUNAConstant 0.- See Also:
-
RUNB
static final int RUNBConstant 1.- See Also:
-
N_GROUPS
static final int N_GROUPSConstant 6.- See Also:
-
G_SIZE
static final int G_SIZEConstant 50.- See Also:
-
N_ITERS
static final int N_ITERSConstant 4.- See Also:
-
MAX_SELECTORS
static final int MAX_SELECTORSConstant 18002.- See Also:
-
NUM_OVERSHOOT_BYTES
static final int NUM_OVERSHOOT_BYTESConstant 20.- See Also:
-