org.apache.commons.compress.compressors.bzip2
Interface BZip2Constants

All Known Implementing Classes:
BZip2CompressorInputStream, BZip2CompressorOutputStream

interface BZip2Constants

Constants for both the compress and decompress BZip2 classes.


Field Summary
static int BASEBLOCKSIZE
           
static int G_SIZE
           
static int MAX_ALPHA_SIZE
           
static int MAX_CODE_LEN
           
static int MAX_SELECTORS
           
static int N_GROUPS
           
static int N_ITERS
           
static int NUM_OVERSHOOT_BYTES
           
static int RUNA
           
static int RUNB
           
 

Field Detail

BASEBLOCKSIZE

static final int BASEBLOCKSIZE
See Also:
Constant Field Values

MAX_ALPHA_SIZE

static final int MAX_ALPHA_SIZE
See Also:
Constant Field Values

MAX_CODE_LEN

static final int MAX_CODE_LEN
See Also:
Constant Field Values

RUNA

static final int RUNA
See Also:
Constant Field Values

RUNB

static final int RUNB
See Also:
Constant Field Values

N_GROUPS

static final int N_GROUPS
See Also:
Constant Field Values

G_SIZE

static final int G_SIZE
See Also:
Constant Field Values

N_ITERS

static final int N_ITERS
See Also:
Constant Field Values

MAX_SELECTORS

static final int MAX_SELECTORS
See Also:
Constant Field Values

NUM_OVERSHOOT_BYTES

static final int NUM_OVERSHOOT_BYTES
See Also:
Constant Field Values