Class Rand
- java.lang.Object
-
- org.jboss.shrinkwrap.impl.base.io.tar.bzip.Rand
-
final class Rand extends java.lang.Object
Random numbers for both the compress and decompress BZip2 classes.Forked from Apache Commons-Compress with possible changes
-
-
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.
-