| Constructor and Description |
|---|
OceanBaseCRC32C() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
int |
getMaskedValue() |
long |
getValue() |
static int |
mask(int crc) |
static int |
maskedOceanBaseCRC32(byte[] data) |
static int |
maskedOceanBaseCRC32(byte[] data,
int offset,
int length) |
void |
reset() |
static int |
unmask(int maskedCrc) |
void |
update(byte[] b,
int off,
int len) |
void |
update(int b) |
public static int maskedOceanBaseCRC32(byte[] data)
public static int maskedOceanBaseCRC32(byte[] data,
int offset,
int length)
public static int mask(int crc)
public static int unmask(int maskedCrc)
public int getMaskedValue()
public int getIntValue()
Copyright © 2022 oceanbase.com. All rights reserved.