Package lzma.sdk
Class CRC
- java.lang.Object
-
- lzma.sdk.CRC
-
public class CRC extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int[]
Table
-
Constructor Summary
Constructors Constructor Description CRC()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDigest()
void
init()
void
update(byte[] data)
void
update(byte[] data, int offset, int size)
void
updateByte(int b)
-