Package com.jcraft.jzlib
Class Adler32
- java.lang.Object
-
- com.jcraft.jzlib.Adler32
-
public final class Adler32 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Adler32()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Adler32
copy()
long
getValue()
void
reset()
void
reset(long init)
void
update(byte[] buf, int index, int len)
-
-
-
Method Detail
-
reset
public void reset(long init)
-
reset
public void reset()
-
getValue
public long getValue()
-
update
public void update(byte[] buf, int index, int len)
-
copy
public Adler32 copy()
-
-