| Package | Description |
|---|---|
| org.coodex.util |
| Modifier and Type | Method and Description |
|---|---|
static CRC.Algorithm |
CRC.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CRC.Algorithm[] |
CRC.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ByteArrayBuilder |
ByteArrayBuilder.append(CRC.Algorithm algorithm) |
ByteArrayBuilder |
ByteArrayBuilder.append(CRC.Algorithm algorithm,
ByteArrayBuilder.Endianness endianness) |
ByteArrayBuilder |
ByteArrayBuilder.append(CRC.Algorithm algorithm,
int off,
int len) |
ByteArrayBuilder |
ByteArrayBuilder.append(CRC.Algorithm algorithm,
int off,
int len,
ByteArrayBuilder.Endianness endianness) |
static long |
CRC.calculateCRC(CRC.Algorithm algorithm,
byte[] data) |
static long |
CRC.calculateCRC(CRC.Algorithm algorithm,
byte[] data,
int offset,
int length) |
| Constructor and Description |
|---|
CRC(CRC.Algorithm algorithm)
Constructs a new CRC processor for table based CRC calculations.
|
Copyright © 2020. All rights reserved.