|
|
@@ -15,8 +15,7 @@ package org.apache.tools.bzip2; |
|
|
|
*/ |
|
|
|
public interface BZip2Constants |
|
|
|
{ |
|
|
|
|
|
|
|
int baseBlockSize = 100000; |
|
|
|
int BASE_BLOCK_SIZE = 100000; |
|
|
|
int MAX_ALPHA_SIZE = 258; |
|
|
|
int MAX_CODE_LEN = 23; |
|
|
|
int RUNA = 0; |
|
|
@@ -27,7 +26,8 @@ public interface BZip2Constants |
|
|
|
int MAX_SELECTORS = ( 2 + ( 900000 / G_SIZE ) ); |
|
|
|
int NUM_OVERSHOOT_BYTES = 20; |
|
|
|
|
|
|
|
int rNums[] = { |
|
|
|
int RAND_NUMS[] = |
|
|
|
{ |
|
|
|
619, 720, 127, 481, 931, 816, 813, 233, 566, 247, |
|
|
|
985, 724, 205, 454, 863, 491, 741, 242, 949, 214, |
|
|
|
733, 859, 335, 708, 621, 574, 73, 654, 730, 472, |
|
|
|