java.util.zip
Class CRC32
java.lang.Object
java.util.zip.CRC32
- All Implemented Interfaces:
- Checksum
public class CRC32
- extends Object
- implements Checksum
Constructor Summary |
CRC32()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRC32
public CRC32()
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.