Package SevenZip
Class CRC
java.lang.Object
SevenZip.CRC
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
Init()
void
Update
(byte[] data) void
Update
(byte[] data, int offset, int size) void
UpdateByte
(int b)
-
Field Details
-
Table
public static int[] Table
-
-
Constructor Details
-
CRC
public CRC()
-
-
Method Details
-
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()
-