Package com.jcraft.jzlib
Class Adler32
- java.lang.Object
-
- com.jcraft.jzlib.Adler32
-
-
Constructor Summary
Constructors Constructor Description Adler32()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) static long
combine(long adler1, long adler2, long len2)
Adler32
copy()
long
getValue()
void
reset()
void
reset(long init)
void
update(byte[] buf, int index, int len)
-
-
-
Field Detail
-
BASE
private static final int BASE
- See Also:
- Constant Field Values
-
NMAX
private static final int NMAX
- See Also:
- Constant Field Values
-
s1
private long s1
-
s2
private long s2
-
-