org.codehaus.plexus.archiver.bzip2
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.
- Version:
- $Revision: 2436 $ $Date: 2005-09-01 13:20:41 -0400 (Thu, 01 Sep 2005) $
from org.apache.ant.tools.bzip2.BZip2Constants v1.8
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
rNums
static final int[] rNums
Copyright © 2001-2010 Codehaus. All Rights Reserved.