public abstract class Checksums extends Object
| Constructor and Description |
|---|
Checksums() |
| Modifier and Type | Method and Description |
|---|---|
static int |
crc32(byte[] input) |
static int |
crc32(byte[] input,
int previous) |
static int |
crc32c(byte[] input) |
static int |
crc32c(byte[] input,
int previous) |
Copyright © 2021. All rights reserved.