org.glassfish.grizzly.compression.lzma.impl
Class CRC
java.lang.Object
org.glassfish.grizzly.compression.lzma.impl.CRC
public class CRC
- extends Object
CRC
- Author:
- Igor Pavlov
|
Constructor Summary |
CRC()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.