public class Adler32x
extends java.lang.Object
Adler32x is responsible for calculating hash code
of the given text.| Modifier and Type | Field and Description |
|---|---|
private static int |
BASE
The largest prime, smaller than 65536.
|
| Constructor and Description |
|---|
Adler32x()
Creates a new instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getHash(java.lang.String value)
Calculates the hash of the provided string.
|
private static final int BASE