Class Rand
- java.lang.Object
-
- org.apache.commons.compress.compressors.bzip2.Rand
-
final class Rand extends java.lang.Object
Random numbers for both the compress and decompress BZip2 classes.
-
-
Field Summary
Fields Modifier and Type Field Description private static int[]
RNUMS
-
Constructor Summary
Constructors Constructor Description Rand()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static int
rNums(int i)
Return the random number at a specific index.
-