java.util.zip
Class CRC32

java.lang.Object
  extended by java.util.zip.CRC32
All Implemented Interfaces:
Checksum

public class CRC32
extends Object
implements Checksum


Constructor Summary
CRC32()
           
 
Method Summary
 long getValue()
           
 void reset()
           
 void update(byte[] var0)
           
 void update(byte[] var0, int var1, int var2)
           
 void update(int var0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRC32

public CRC32()
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(int var0)
Specified by:
update in interface Checksum

update

public void update(byte[] var0)

update

public void update(byte[] var0,
                   int var1,
                   int var2)
Specified by:
update in interface Checksum


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.