public class Crc32 extends Object
| Constructor and Description |
|---|
Crc32() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
crc(byte[] data,
int start,
int size) |
static long |
crc(long initial,
byte[] data,
int start,
int len) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.