com.sun.grizzly.lzma
Class CRC
java.lang.Object
com.sun.grizzly.lzma.CRC
public class CRC
- extends Object
CRC
- Author:
- Igor Pavlov
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 © 2012 Oracle Corporation. All Rights Reserved.