danger.util
Class Adler32

java.lang.Object
  extended by danger.util.Adler32


public class Adler32
extends Object


Constructor Summary
Adler32()
           
 
Method Summary
 int getValue()
           
 void reset()
           
 void update(byte[] bs)
           
 void update(byte[] b, int offset, 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

update

public void update(int b)

update

public void update(byte[] bs)

update

public void update(byte[] b,
                   int offset,
                   int len)

reset

public void reset()

getValue

public int getValue()