Package com.jcraft.jzlib
Class CRC32
java.lang.Object
com.jcraft.jzlib.CRC32
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CRC32public CRC32()
 
- 
- 
Method Details- 
updatepublic void update(byte[] buf, int index, int len) 
- 
resetpublic void reset()
- 
resetpublic void reset(long vv) 
- 
getValuepublic long getValue()
- 
copy
- 
getCRC32Tablepublic static int[] getCRC32Table()
 
-