| Modifier and Type | Method and Description |
|---|---|
static BytesTransformers.ChecksumTransformer.Mode |
BytesTransformers.ChecksumTransformer.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BytesTransformers.ChecksumTransformer.Mode[] |
BytesTransformers.ChecksumTransformer.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BytesTransformer |
BytesTransformers.checksum(Checksum checksum,
BytesTransformers.ChecksumTransformer.Mode mode,
int checksumLengthByte)
Create a
BytesTransformer which transforms to 4 byte Crc32 checksum of given bytes |
Copyright © 2017–2021. All rights reserved.