org.codehaus.plexus.archiver.bzip2

Interface BZip2Constants

Known Implementing Classes:
CBZip2InputStream, CBZip2OutputStream

public interface BZip2Constants

Base class for both the compress and decompress classes. Holds common arrays, and static data.
Version:
$Revision: 2436 $ $Date: 2005-09-01 13:20:41 -0400 (Thu, 01 Sep 2005) $ from org.apache.ant.tools.bzip2.BZip2Constants v1.8

Field Summary

static int
G_SIZE
static int
MAX_ALPHA_SIZE
static int
MAX_CODE_LEN
static int
MAX_SELECTORS
static int
NUM_OVERSHOOT_BYTES
static int
N_GROUPS
static int
N_ITERS
static int
RUNA
static int
RUNB
static int
baseBlockSize
static int[]
rNums

Field Details

G_SIZE

public static final int G_SIZE
Field Value:
50

MAX_ALPHA_SIZE

public static final int MAX_ALPHA_SIZE
Field Value:
258

MAX_CODE_LEN

public static final int MAX_CODE_LEN
Field Value:
23

MAX_SELECTORS

public static final int MAX_SELECTORS
Field Value:
18002

NUM_OVERSHOOT_BYTES

public static final int NUM_OVERSHOOT_BYTES
Field Value:
20

N_GROUPS

public static final int N_GROUPS
Field Value:
6

N_ITERS

public static final int N_ITERS
Field Value:
4

RUNA

public static final int RUNA
Field Value:
0

RUNB

public static final int RUNB
Field Value:
1

baseBlockSize

public static final int baseBlockSize
Field Value:
100000

rNums

public static final int[] rNums