org.glassfish.grizzly.compression.lzma.impl
Class CRC

java.lang.Object
  extended by org.glassfish.grizzly.compression.lzma.impl.CRC

public class CRC
extends java.lang.Object

CRC

Author:
Igor Pavlov

Constructor Summary
CRC()
           
 
Method Summary
 int getDigest()
           
 void init()
           
 void update(byte[] data)
           
 void update(byte[] data, int offset, int size)
           
 void updateByte(int b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRC

public CRC()
Method Detail

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.