public final class Crc32c extends Object implements Checksum
Crc32c()
long
getValue()
void
reset()
update(byte[] bArray, int off, int len)
update(int b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Crc32c()
public void update(int b)
update
Checksum
b
public void update(byte[] bArray, int off, int len)
bArray
off
len
public long getValue()
getValue
public void reset()
reset
Copyright © 2015 Google. All rights reserved.