public class Crc32 extends Object
Crc32()
static byte[]
crc(byte[] data, int start, int size)
static long
crc(long initial, byte[] data, int start, int len)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Crc32()
public static byte[] crc(byte[] data, int start, int size)
public static long crc(long initial, byte[] data, int start, int len)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.