FileDocCategorySizeDatePackage
BZip2Constants.javaAPI DocApache Ant 1.704770Wed Dec 13 06:16:22 GMT 2006org.apache.tools.bzip2

BZip2Constants

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.

Fields Summary
int
baseBlockSize
int
MAX_ALPHA_SIZE
int
MAX_CODE_LEN
int
RUNA
int
RUNB
int
N_GROUPS
int
G_SIZE
int
N_ITERS
int
MAX_SELECTORS
int
NUM_OVERSHOOT_BYTES
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.

Constructors Summary
Methods Summary