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 intgetDigest()voidinit()voidupdate(byte[] data)voidupdate(byte[] data, int offset, int size)voidupdateByte(int b)
-