Package org.apache.tools.bzip2
Interface BZip2Constants
- 
- All Known Implementing Classes:
- CBZip2InputStream,- CBZip2OutputStream
 
 public interface BZip2ConstantsBase 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. 
- 
- 
Field SummaryFields Modifier and Type Field Description static intbaseBlockSizestatic intG_SIZEstatic intMAX_ALPHA_SIZEstatic intMAX_CODE_LENstatic intMAX_SELECTORSstatic intN_GROUPSstatic intN_ITERSstatic intNUM_OVERSHOOT_BYTESstatic int[]rNumsThis array really shouldn't be here.static intRUNAstatic intRUNB
 
- 
- 
- 
Field Detail- 
baseBlockSizestatic final int baseBlockSize - See Also:
- Constant Field Values
 
 - 
MAX_ALPHA_SIZEstatic final int MAX_ALPHA_SIZE - See Also:
- Constant Field Values
 
 - 
MAX_CODE_LENstatic final int MAX_CODE_LEN - See Also:
- Constant Field Values
 
 - 
RUNAstatic final int RUNA - See Also:
- Constant Field Values
 
 - 
RUNBstatic final int RUNB - See Also:
- Constant Field Values
 
 - 
N_GROUPSstatic final int N_GROUPS - See Also:
- Constant Field Values
 
 - 
G_SIZEstatic final int G_SIZE - See Also:
- Constant Field Values
 
 - 
N_ITERSstatic final int N_ITERS - See Also:
- Constant Field Values
 
 - 
MAX_SELECTORSstatic final int MAX_SELECTORS - See Also:
- Constant Field Values
 
 - 
NUM_OVERSHOOT_BYTESstatic final int NUM_OVERSHOOT_BYTES - See Also:
- Constant Field Values
 
 - 
rNumsstatic 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. 
 
- 
 
-