lzma.sdk
Class CRC

java.lang.Object
  extended by lzma.sdk.CRC

public class CRC
extends Object


Field Summary
static int[] Table
           
 
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
 

Field Detail

Table

public static int[] Table
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 © 2011. All Rights Reserved.