com.jcraft.jzlib
Class Adler32

java.lang.Object
  extended by com.jcraft.jzlib.Adler32

public final class Adler32
extends Object


Constructor Summary
Adler32()
           
 
Method Summary
 Adler32 copy()
           
 long getValue()
           
 void reset()
           
 void reset(long init)
           
 void update(byte[] buf, int index, int len)
           
 
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

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()


Copyright © 2015 Perforce Software. All Rights Reserved.