lzma.sdk
Class CRC
java.lang.Object
lzma.sdk.CRC
public class CRC
- extends Object
|
Field Summary |
static int[] |
Table
|
|
Constructor Summary |
CRC()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Table
public static int[] Table
CRC
public CRC()
init
public void init()
update
public void update(byte[] data,
int offset,
int size)
update
public void update(byte[] data)
updateByte
public void updateByte(int b)
getDigest
public int getDigest()
Copyright © 2011. All Rights Reserved.