public class CRC32 extends Object implements Checksum
CRC32()
long
getValue()
void
reset()
update(byte[] var0)
update(byte[] var0, int var1, int var2)
update(int var0)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CRC32()
public long getValue()
getValue
Checksum
public void reset()
reset
public void update(int var0)
update
public void update(byte[] var0)
public void update(byte[] var0, int var1, int var2)
Copyright © 2006–2013 OSGi Alliance. All rights reserved.