com.sun.jimi.util.zip
Class Adler32

java.lang.Object
  |
  +--com.sun.jimi.util.zip.Adler32

public class Adler32
extends java.lang.Object
implements Checksum


Constructor Summary
Adler32()
           
 
Method Summary
 long getValue()
           
 void reset()
           
 void update(byte[] buf, int bufoff, int len)
           
 void update(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Adler32

public Adler32()
Method Detail

getValue

public long getValue()
Specified by:
getValue in interface Checksum

reset

public void reset()
Specified by:
reset in interface Checksum

update

public void update(byte[] buf,
                   int bufoff,
                   int len)
Specified by:
update in interface Checksum

update

public void update(int b)
Specified by:
update in interface Checksum