org.apache.tools.bzip2
Interface BZip2Constants
- CBZip2InputStream, CBZip2OutputStream
public interface BZip2Constants
Base class for both the compress and decompress classes.
Holds common arrays, and static data.
This interface is public for historical purposes.
You should have no need to use it.
G_SIZE
public static final int G_SIZE
MAX_ALPHA_SIZE
public static final int MAX_ALPHA_SIZE
MAX_CODE_LEN
public static final int MAX_CODE_LEN
MAX_SELECTORS
public static final int MAX_SELECTORS
NUM_OVERSHOOT_BYTES
public static final int NUM_OVERSHOOT_BYTES
N_GROUPS
public static final int N_GROUPS
N_ITERS
public static final int N_ITERS
RUNA
public static final int RUNA
RUNB
public static final int RUNB
baseBlockSize
public static final int baseBlockSize
rNums
public static final int[] rNums
This array really shouldn't be here.
Again, for historical purposes it is.
FIXME: This array should be in a private or package private
location, since it could be modified by malicious code.