public class CRC extends Object
CRC()
int
getDigest()
void
init()
update(byte[] data)
update(byte[] data, int offset, int size)
updateByte(int b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CRC()
public void init()
public void update(byte[] data, int offset, int size)
public void update(byte[] data)
public void updateByte(int b)
public int getDigest()
Copyright © 2013 Oracle Corporation. All rights reserved.