com.jcraft.jzlib
Class CRC32

java.lang.Object
  extended by com.jcraft.jzlib.CRC32

public final class CRC32
extends Object


Constructor Summary
CRC32()
           
 
Method Summary
 CRC32 copy()
           
static int[] getCRC32Table()
           
 long getValue()
           
 void reset()
           
 void reset(long vv)
           
 void update(byte[] buf, int index, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRC32

public CRC32()
Method Detail

update

public void update(byte[] buf,
                   int index,
                   int len)

reset

public void reset()

reset

public void reset(long vv)

getValue

public long getValue()

copy

public CRC32 copy()

getCRC32Table

public static int[] getCRC32Table()


Copyright © 2015 Perforce Software. All Rights Reserved.